#4AA008

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

Shades of Kelly Green #4AA008

Tints of Kelly Green #4AA008

Color information

#4AA008 (or 0x4AA008) is unknown color: approx Kelly Green. HEX triplet: 4A, A0 and 08. RGB value is (74,160,8). Sum of RGB (Red+Green+Blue) = 74+160+8=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 160 (62.89% from 255 or 66.12% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA008 is #B55FF7. Grayscale: #757575. Windows color (decimal): -11886584 or 565322. OLE color: 565322.

HSL color Cylindrical-coordinate representation of color #4AA008: hue angle of 93.95º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4AA008 is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB741608-
CMYK0.5400.950.37
HSL93.95º90.48%32.94%-
HSV(B)93.95º95%62.75%-
XYZ15.4426.614.55-
YUV116.9666.5197.36-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.58%
GREEN value IS 160 (62.89% from 255) = 66.12%
BLUE value IS 8 (3.52% from 255) = 3.31%
R=30.58%
G=66.12%
B=3.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal7416080.5400.950.3793.9590.4832.94
Hex4AA083605F255e5a21
Octal112240106601374513613241
Binary10010101010000010001101100101111110010110111101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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