#42ED9E

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

Shades of Shamrock #42ED9E

Tints of Shamrock #42ED9E

Color information

#42ED9E (or 0x42ED9E) is unknown color: approx Shamrock. HEX triplet: 42, ED and 9E. RGB value is (66,237,158). Sum of RGB (Red+Green+Blue) = 66+237+158=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 237 (92.97% from 255 or 51.41% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 237 - color contains mainly: green. Hex color #42ED9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42ED9E is #BD1261. Grayscale: #B1B1B1. Windows color (decimal): -12391010 or 10415426. OLE color: 10415426.

HSL color Cylindrical-coordinate representation of color #42ED9E: hue angle of 152.28º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42ED9E is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB66237158-
CMYK0.7200.330.07
HSL152.28º82.61%59.41%-
HSV(B)152.28º72.15%92.94%-
XYZ38.764.242.7-
YUV176.86117.3548.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.32%
GREEN value IS 237 (92.97% from 255) = 51.41%
BLUE value IS 158 (62.11% from 255) = 34.27%
R=14.32%
G=51.41%
B=34.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal662371580.7200.330.07152.2882.6159.41
Hex42ED9E48021798533b
Octal102355236110041723012373
Binary1000010111011011001111010010000100001111100110001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ED9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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