#4CAF12

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

Shades of Kelly Green #4CAF12

Tints of Kelly Green #4CAF12

Color information

#4CAF12 (or 0x4CAF12) is unknown color: approx Kelly Green. HEX triplet: 4C, AF and 12. RGB value is (76,175,18). Sum of RGB (Red+Green+Blue) = 76+175+18=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 175 (68.75% from 255 or 65.06% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAF12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4CAF12 is #B350ED. Grayscale: #808080. Windows color (decimal): -11751662 or 1224524. OLE color: 1224524.

HSL color Cylindrical-coordinate representation of color #4CAF12: hue angle of 97.83º 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 #4CAF12 is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB7617518-
CMYK0.5700.900.31
HSL97.83º81.35%37.84%-
HSV(B)97.83º89.71%68.63%-
XYZ18.4232.245.82-
YUV127.566.291.27-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.25%
GREEN value IS 175 (68.75% from 255) = 65.06%
BLUE value IS 18 (7.42% from 255) = 6.69%
R=28.25%
G=65.06%
B=6.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal76175180.5700.900.3197.8381.3537.84
Hex4CAF123905A1F625126
Octal114257227101323714212146
Binary10011001010111110010111001010110101111111000101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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