#42E98E

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

Shades of Shamrock #42E98E

Tints of Shamrock #42E98E

Color information

#42E98E (or 0x42E98E) is unknown color: approx Shamrock. HEX triplet: 42, E9 and 8E. RGB value is (66,233,142). Sum of RGB (Red+Green+Blue) = 66+233+142=441 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.97% from 441); Green value is 233 (91.41% from 255 or 52.83% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 233 - color contains mainly: green. Hex color #42E98E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E98E is #BD1671. Grayscale: #ACACAC. Windows color (decimal): -12392050 or 9365826. OLE color: 9365826.

HSL color Cylindrical-coordinate representation of color #42E98E: hue angle of 147.31º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E98E is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB66233142-
CMYK0.7200.390.09
HSL147.31º79.15%58.63%-
HSV(B)147.31º71.67%91.37%-
XYZ36.2761.3935.53-
YUV172.69110.6751.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.97%
GREEN value IS 233 (91.41% from 255) = 52.83%
BLUE value IS 142 (55.86% from 255) = 32.20%
R=14.97%
G=52.83%
B=32.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal662331420.7200.390.09147.3179.1558.63
Hex42E98E480279934f3b
Octal1023512161100471122311773
Binary10000101110100110001110100100001001111001100100111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,233,142); }

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

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

 a { background-color: rgb(66,233,142); }

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

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

 span { border-color: rgb(66,233,142); }

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