#4AAF28

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

Shades of Kelly Green #4AAF28

Tints of Kelly Green #4AAF28

Color information

#4AAF28 (or 0x4AAF28) is unknown color: approx Kelly Green. HEX triplet: 4A, AF and 28. RGB value is (74,175,40). Sum of RGB (Red+Green+Blue) = 74+175+40=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 175 (68.75% from 255 or 60.55% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAF28 is #B550D7. Grayscale: #818181. Windows color (decimal): -11882712 or 2666314. OLE color: 2666314.

HSL color Cylindrical-coordinate representation of color #4AAF28: hue angle of 104.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4AAF28 is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB7417540-
CMYK0.5800.770.31
HSL104.89º62.79%42.16%-
HSV(B)104.89º77.14%68.63%-
XYZ18.5432.277.26-
YUV129.4177.5488.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.61%
GREEN value IS 175 (68.75% from 255) = 60.55%
BLUE value IS 40 (16.02% from 255) = 13.84%
R=25.61%
G=60.55%
B=13.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal74175400.5800.770.31104.8962.7942.16
Hex4AAF283A04D1F693f2a
Octal11225750720115371517752
Binary10010101010111110100011101001001101111111101001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAF28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,175,40); }

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

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

 a { background-color: rgb(74,175,40); }

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

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

 span { border-color: rgb(74,175,40); }

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