#42E16A

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

Shades of Emerald #42E16A

Tints of Emerald #42E16A

Color information

#42E16A (or 0x42E16A) is unknown color: approx Emerald. HEX triplet: 42, E1 and 6A. RGB value is (66,225,106). Sum of RGB (Red+Green+Blue) = 66+225+106=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 225 (88.28% from 255 or 56.68% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 225 - color contains mainly: green. Hex color #42E16A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42E16A is #BD1E95. Grayscale: #A4A4A4. Windows color (decimal): -12394134 or 7004482. OLE color: 7004482.

HSL color Cylindrical-coordinate representation of color #42E16A: hue angle of 135.09º degrees, saturation: 0.73, 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 #42E16A is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB66225106-
CMYK0.7100.530.12
HSL135.09º72.6%57.06%-
HSV(B)135.09º70.67%88.24%-
XYZ31.7756.0522.78-
YUV163.8995.3258.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.62%
GREEN value IS 225 (88.28% from 255) = 56.68%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=16.62%
G=56.68%
B=26.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal662251060.7100.530.12135.0972.657.06
Hex42E16A47035C874939
Octal1023411521070651420711171
Binary1000010111000011101010100011101101011100100001111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,225,106); }

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

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

 a { background-color: rgb(66,225,106); }

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

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

 span { border-color: rgb(66,225,106); }

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