#42D19E

Color #42D19E Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #42D19E

Tints of Shamrock #42D19E

Color information

#42D19E (or 0x42D19E) is unknown color: approx Shamrock. HEX triplet: 42, D1 and 9E. RGB value is (66,209,158). Sum of RGB (Red+Green+Blue) = 66+209+158=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 209 - color contains mainly: green. Hex color #42D19E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D19E is #BD2E61. Grayscale: #A0A0A0. Windows color (decimal): -12398178 or 10408258. OLE color: 10408258.

HSL color Cylindrical-coordinate representation of color #42D19E: hue angle of 158.6º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D19E is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB66209158-
CMYK0.6800.240.18
HSL158.6º60.85%53.92%-
HSV(B)158.6º68.42%81.96%-
XYZ31.2249.2340.2-
YUV160.43126.6260.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 15.24%
GREEN value IS 209 (82.03% from 255) = 48.27%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=15.24%
G=48.27%
B=36.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal662091580.6800.240.18158.660.8553.92
Hex42D19E44018129f3d36
Octal102321236104030222377566
Binary1000010110100011001111010001000110001001010011111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42D19E; }

 p { color: rgb(66,209,158); }

 H1.HeaderClassName
 {
   color: #42D19E;
 }
 .AnyTagClassName
 {
   color: #42D19E;
 }
</style>
background-color css

<style>
 a { background-color: #42D19E; }

 a { background-color: rgb(66,209,158); }

 div.DivClassName
 {
   background-color: #42D19E;
 }
 .BgClassName
 {
   background-color: #42D19E;
 }
</style>
border-color css

<style>
 span { border-color: #42D19E; }

 span { border-color: rgb(66,209,158); }

 td.TdClassName
 {
   border-color: #42D19E;
 }
 .TagClassName
 {
   border-color: #42D19E;
 }
</style>