#2AB00F

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

Shades of Kelly Green #2AB00F

Tints of Kelly Green #2AB00F

Color information

#2AB00F (or 0x2AB00F) is unknown color: approx Kelly Green. HEX triplet: 2A, B0 and 0F. RGB value is (42,176,15). Sum of RGB (Red+Green+Blue) = 42+176+15=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 176 (69.14% from 255 or 75.54% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 176 - color contains mainly: green. Hex color #2AB00F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB00F is #D54FF0. Grayscale: #767676. Windows color (decimal): -13979633 or 1028138. OLE color: 1028138.

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

Color convert

RGB4217615-
CMYK0.7600.910.31
HSL109.94º84.29%37.45%-
HSV(B)109.94º91.48%69.02%-
XYZ16.5731.585.67-
YUV117.5870.1174.09-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.03%
GREEN value IS 176 (69.14% from 255) = 75.54%
BLUE value IS 15 (6.25% from 255) = 6.44%
R=18.03%
G=75.54%
B=6.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal42176150.7600.910.31109.9484.2937.45
Hex2AB0F4C05B1F6e5425
Octal522601711401333715612445
Binary1010101011000011111001100010110111111111011101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,176,15); }

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

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

 a { background-color: rgb(42,176,15); }

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

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

 span { border-color: rgb(42,176,15); }

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