#42EA8F

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

Shades of Shamrock #42EA8F

Tints of Shamrock #42EA8F

Color information

#42EA8F (or 0x42EA8F) is unknown color: approx Shamrock. HEX triplet: 42, EA and 8F. RGB value is (66,234,143). Sum of RGB (Red+Green+Blue) = 66+234+143=443 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.90% from 443); Green value is 234 (91.80% from 255 or 52.82% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42EA8F is #BD1570. Grayscale: #ADADAD. Windows color (decimal): -12391793 or 9431618. OLE color: 9431618.

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

Color convert

RGB66234143-
CMYK0.7200.390.08
HSL147.5º80%58.82%-
HSV(B)147.5º71.79%91.76%-
XYZ36.6361.9936.02-
YUV173.39110.8451.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.90%
GREEN value IS 234 (91.80% from 255) = 52.82%
BLUE value IS 143 (56.25% from 255) = 32.28%
R=14.90%
G=52.82%
B=32.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal662341430.7200.390.08147.58058.82
Hex42EA8F48027894503b
Octal1023522171100471022412073
Binary10000101110101010001111100100001001111000100101001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42EA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,234,143); }

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

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

 a { background-color: rgb(66,234,143); }

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

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

 span { border-color: rgb(66,234,143); }

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