#4EAF12

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

Shades of Kelly Green #4EAF12

Tints of Kelly Green #4EAF12

Color information

#4EAF12 (or 0x4EAF12) is unknown color: approx Kelly Green. HEX triplet: 4E, AF and 12. RGB value is (78,175,18). Sum of RGB (Red+Green+Blue) = 78+175+18=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 175 (68.75% from 255 or 64.58% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4EAF12 is #B150ED. Grayscale: #808080. Windows color (decimal): -11620590 or 1224526. OLE color: 1224526.

HSL color Cylindrical-coordinate representation of color #4EAF12: hue angle of 97.07º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4EAF12 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB7817518-
CMYK0.5500.900.31
HSL97.07º81.35%37.84%-
HSV(B)97.07º89.71%68.63%-
XYZ18.5832.325.83-
YUV128.165.8692.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.78%
GREEN value IS 175 (68.75% from 255) = 64.58%
BLUE value IS 18 (7.42% from 255) = 6.64%
R=28.78%
G=64.58%
B=6.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal78175180.5500.900.3197.0781.3537.84
Hex4EAF123705A1F615126
Octal116257226701323714112146
Binary10011101010111110010110111010110101111111000011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,175,18); }

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

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

 a { background-color: rgb(78,175,18); }

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

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

 span { border-color: rgb(78,175,18); }

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