#4EA00A

Color #4EA00A Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #4EA00A

Tints of Kelly Green #4EA00A

Color information

#4EA00A (or 0x4EA00A) is unknown color: approx Kelly Green. HEX triplet: 4E, A0 and 0A. RGB value is (78,160,10). Sum of RGB (Red+Green+Blue) = 78+160+10=248 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.45% from 248); Green value is 160 (62.89% from 255 or 64.52% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA00A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4EA00A is #B15FF5. Grayscale: #767676. Windows color (decimal): -11624438 or 696398. OLE color: 696398.

HSL color Cylindrical-coordinate representation of color #4EA00A: hue angle of 92.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4EA00A is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB7816010-
CMYK0.5100.940.37
HSL92.8º88.24%33.33%-
HSV(B)92.8º93.75%62.75%-
XYZ15.7726.784.63-
YUV118.3866.8399.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.45%
GREEN value IS 160 (62.89% from 255) = 64.52%
BLUE value IS 10 (4.30% from 255) = 4.03%
R=31.45%
G=64.52%
B=4.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal78160100.5100.940.3792.888.2433.33
Hex4EA0A3305E255d5821
Octal116240126301364513513041
Binary10011101010000010101100110101111010010110111011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA00A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EA00A; }

 p { color: rgb(78,160,10); }

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

<style>
 a { background-color: #4EA00A; }

 a { background-color: rgb(78,160,10); }

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

<style>
 span { border-color: #4EA00A; }

 span { border-color: rgb(78,160,10); }

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