#42E090

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

Shades of Shamrock #42E090

Tints of Shamrock #42E090

Color information

#42E090 (or 0x42E090) is unknown color: approx Shamrock. HEX triplet: 42, E0 and 90. RGB value is (66,224,144). Sum of RGB (Red+Green+Blue) = 66+224+144=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #42E090 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42E090 is #BD1F6F. Grayscale: #A7A7A7. Windows color (decimal): -12394352 or 9494594. OLE color: 9494594.

HSL color Cylindrical-coordinate representation of color #42E090: hue angle of 149.62º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E090 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB66224144-
CMYK0.7100.360.12
HSL149.62º71.82%56.86%-
HSV(B)149.62º70.54%87.84%-
XYZ33.9456.4835.5-
YUV167.64114.6555.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.21%
GREEN value IS 224 (87.89% from 255) = 51.61%
BLUE value IS 144 (56.64% from 255) = 33.18%
R=15.21%
G=51.61%
B=33.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal662241440.7100.360.12149.6271.8256.86
Hex42E09047024C964839
Octal1023402201070441422611071
Binary10000101110000010010000100011101001001100100101101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,224,144); }

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

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

 a { background-color: rgb(66,224,144); }

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

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

 span { border-color: rgb(66,224,144); }

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