#2AB218

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

Shades of Kelly Green #2AB218

Tints of Kelly Green #2AB218

Color information

#2AB218 (or 0x2AB218) is unknown color: approx Kelly Green. HEX triplet: 2A, B2 and 18. RGB value is (42,178,24). Sum of RGB (Red+Green+Blue) = 42+178+24=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 178 (69.92% from 255 or 72.95% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB218 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB218 is #D54DE7. Grayscale: #787878. Windows color (decimal): -13979112 or 1618474. OLE color: 1618474.

HSL color Cylindrical-coordinate representation of color #2AB218: hue angle of 112.99º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2AB218 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB4217824-
CMYK0.7600.870.30
HSL112.99º76.24%39.61%-
HSV(B)112.99º86.52%69.8%-
XYZ17.0432.46.22-
YUV119.7873.9472.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.21%
GREEN value IS 178 (69.92% from 255) = 72.95%
BLUE value IS 24 (9.77% from 255) = 9.84%
R=17.21%
G=72.95%
B=9.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal42178240.7600.870.30112.9976.2439.61
Hex2AB2184C0571E714c28
Octal522623011401273616111450
Binary10101010110010110001001100010101111111011100011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,178,24); }

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

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

 a { background-color: rgb(42,178,24); }

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

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

 span { border-color: rgb(42,178,24); }

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