#2AAF00

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

Shades of Kelly Green #2AAF00

Tints of Kelly Green #2AAF00

Color information

#2AAF00 (or 0x2AAF00) is unknown color: approx Kelly Green. HEX triplet: 2A, AF and 00. RGB value is (42,175,0). Sum of RGB (Red+Green+Blue) = 42+175+0=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 175 (68.75% from 255 or 80.65% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAF00 is #D550FF. Grayscale: #737373. Windows color (decimal): -13979904 or 44842. OLE color: 44842.

HSL color Cylindrical-coordinate representation of color #2AAF00: hue angle of 105.6º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2AAF00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB421750-
CMYK0.76010.31
HSL105.6º100%34.31%-
HSV(B)105.6º100%68.63%-
XYZ16.2831.155.15-
YUV115.2862.9475.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.35%
GREEN value IS 175 (68.75% from 255) = 80.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.35%
G=80.65%
B=0%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4217500.76010.31105.610034.31
Hex2AAF04C0641F6a6422
Octal52257011401443715214442
Binary1010101010111101001100011001001111111010101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,175,0); }

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

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

 a { background-color: rgb(42,175,0); }

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

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

 span { border-color: rgb(42,175,0); }

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