#4AAA18

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

Shades of Kelly Green #4AAA18

Tints of Kelly Green #4AAA18

Color information

#4AAA18 (or 0x4AAA18) is unknown color: approx Kelly Green. HEX triplet: 4A, AA and 18. RGB value is (74,170,24). Sum of RGB (Red+Green+Blue) = 74+170+24=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 170 (66.80% from 255 or 63.43% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAA18 is #B555E7. Grayscale: #7D7D7D. Windows color (decimal): -11884008 or 1616458. OLE color: 1616458.

HSL color Cylindrical-coordinate representation of color #4AAA18: hue angle of 99.45º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4AAA18 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB7417024-
CMYK0.5600.860.33
HSL99.45º75.26%38.04%-
HSV(B)99.45º85.88%66.67%-
XYZ17.3630.275.79-
YUV124.6571.291.87-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.61%
GREEN value IS 170 (66.80% from 255) = 63.43%
BLUE value IS 24 (9.77% from 255) = 8.96%
R=27.61%
G=63.43%
B=8.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74170240.5600.860.3399.4575.2638.04
Hex4AAA183805621634b26
Octal112252307001264114311346
Binary100101010101010110001110000101011010000111000111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,170,24); }

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

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

 a { background-color: rgb(74,170,24); }

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

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

 span { border-color: rgb(74,170,24); }

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