#2AAE09

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

Shades of Kelly Green #2AAE09

Tints of Kelly Green #2AAE09

Color information

#2AAE09 (or 0x2AAE09) is unknown color: approx Kelly Green. HEX triplet: 2A, AE and 09. RGB value is (42,174,9). Sum of RGB (Red+Green+Blue) = 42+174+9=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 174 (68.36% from 255 or 77.33% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAE09 is #D551F6. Grayscale: #747474. Windows color (decimal): -13980151 or 634410. OLE color: 634410.

HSL color Cylindrical-coordinate representation of color #2AAE09: hue angle of 108º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2AAE09 is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB421749-
CMYK0.7600.950.32
HSL108º90.16%35.88%-
HSV(B)108º94.83%68.24%-
XYZ16.1430.785.35-
YUV115.7267.7775.42-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.67%
GREEN value IS 174 (68.36% from 255) = 77.33%
BLUE value IS 9 (3.91% from 255) = 4%
R=18.67%
G=77.33%
B=4%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4217490.7600.950.3210890.1635.88
Hex2AAE94C05F206c5a24
Octal522561111401374015413244
Binary10101010101110100110011000101111110000011011001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AAE09; }

 p { color: rgb(42,174,9); }

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

<style>
 a { background-color: #2AAE09; }

 a { background-color: rgb(42,174,9); }

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

<style>
 span { border-color: #2AAE09; }

 span { border-color: rgb(42,174,9); }

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