#4CA012

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

Shades of Kelly Green #4CA012

Tints of Kelly Green #4CA012

Color information

#4CA012 (or 0x4CA012) is unknown color: approx Kelly Green. HEX triplet: 4C, A0 and 12. RGB value is (76,160,18). Sum of RGB (Red+Green+Blue) = 76+160+18=254 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.92% from 254); Green value is 160 (62.89% from 255 or 62.99% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 160 - color contains mainly: green. Hex color #4CA012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4CA012 is #B35FED. Grayscale: #777777. Windows color (decimal): -11755502 or 1220684. OLE color: 1220684.

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

Color convert

RGB7616018-
CMYK0.5200.890.37
HSL95.49º79.78%34.9%-
HSV(B)95.49º88.75%62.75%-
XYZ15.6626.724.9-
YUV118.771.1797.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.92%
GREEN value IS 160 (62.89% from 255) = 62.99%
BLUE value IS 18 (7.42% from 255) = 7.09%
R=29.92%
G=62.99%
B=7.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal76160180.5200.890.3795.4979.7834.9
Hex4CA01234059255f5023
Octal114240226401314513712043
Binary100110010100000100101101000101100110010110111111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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