#4AA012

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

Shades of Kelly Green #4AA012

Tints of Kelly Green #4AA012

Color information

#4AA012 (or 0x4AA012) is unknown color: approx Kelly Green. HEX triplet: 4A, A0 and 12. RGB value is (74,160,18). Sum of RGB (Red+Green+Blue) = 74+160+18=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 160 (62.89% from 255 or 63.49% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA012 is #B55FED. Grayscale: #767676. Windows color (decimal): -11886574 or 1220682. OLE color: 1220682.

HSL color Cylindrical-coordinate representation of color #4AA012: hue angle of 96.34º 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 #4AA012 is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB7416018-
CMYK0.5400.890.37
HSL96.34º79.78%34.9%-
HSV(B)96.34º88.75%62.75%-
XYZ15.526.644.9-
YUV118.171.5196.55-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.37%
GREEN value IS 160 (62.89% from 255) = 63.49%
BLUE value IS 18 (7.42% from 255) = 7.14%
R=29.37%
G=63.49%
B=7.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal74160180.5400.890.3796.3479.7834.9
Hex4AA0123605925605023
Octal112240226601314514012043
Binary100101010100000100101101100101100110010111000001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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