#4CA512

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

Shades of Kelly Green #4CA512

Tints of Kelly Green #4CA512

Color information

#4CA512 (or 0x4CA512) is unknown color: approx Kelly Green. HEX triplet: 4C, A5 and 12. RGB value is (76,165,18). Sum of RGB (Red+Green+Blue) = 76+165+18=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 165 (64.84% from 255 or 63.71% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 165 - color contains mainly: green. Hex color #4CA512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4CA512 is #B35AED. Grayscale: #7A7A7A. Windows color (decimal): -11754222 or 1221964. OLE color: 1221964.

HSL color Cylindrical-coordinate representation of color #4CA512: hue angle of 96.33º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4CA512 is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB7616518-
CMYK0.5400.890.35
HSL96.33º80.33%35.88%-
HSV(B)96.33º89.09%64.71%-
XYZ16.5428.495.2-
YUV121.6369.5195.45-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.34%
GREEN value IS 165 (64.84% from 255) = 63.71%
BLUE value IS 18 (7.42% from 255) = 6.95%
R=29.34%
G=63.71%
B=6.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal76165180.5400.890.3596.3380.3335.88
Hex4CA5123605923605024
Octal114245226601314314012044
Binary100110010100101100101101100101100110001111000001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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