#2AAF0E

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

Shades of Kelly Green #2AAF0E

Tints of Kelly Green #2AAF0E

Color information

#2AAF0E (or 0x2AAF0E) is unknown color: approx Kelly Green. HEX triplet: 2A, AF and 0E. RGB value is (42,175,14). Sum of RGB (Red+Green+Blue) = 42+175+14=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 175 (68.75% from 255 or 75.76% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAF0E is #D550F1. Grayscale: #757575. Windows color (decimal): -13979890 or 962346. OLE color: 962346.

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

Color convert

RGB4217514-
CMYK0.7600.920.31
HSL109.57º85.19%37.06%-
HSV(B)109.57º92%68.63%-
XYZ16.3631.185.57-
YUV116.8869.9474.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.18%
GREEN value IS 175 (68.75% from 255) = 75.76%
BLUE value IS 14 (5.86% from 255) = 6.06%
R=18.18%
G=75.76%
B=6.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal42175140.7600.920.31109.5785.1937.06
Hex2AAFE4C05C1F6e5525
Octal522571611401343715612545
Binary1010101010111111101001100010111001111111011101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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