#2AB416

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

Shades of Kelly Green #2AB416

Tints of Kelly Green #2AB416

Color information

#2AB416 (or 0x2AB416) is unknown color: approx Kelly Green. HEX triplet: 2A, B4 and 16. RGB value is (42,180,22). Sum of RGB (Red+Green+Blue) = 42+180+22=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 180 (70.70% from 255 or 73.77% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB416 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB416 is #D54BE9. Grayscale: #797979. Windows color (decimal): -13978602 or 1487914. OLE color: 1487914.

HSL color Cylindrical-coordinate representation of color #2AB416: hue angle of 112.41º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AB416 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB4218022-
CMYK0.7700.880.29
HSL112.41º78.22%39.61%-
HSV(B)112.41º87.78%70.59%-
XYZ17.4233.196.25-
YUV120.7372.2871.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.21%
GREEN value IS 180 (70.70% from 255) = 73.77%
BLUE value IS 22 (8.98% from 255) = 9.02%
R=17.21%
G=73.77%
B=9.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42180220.7700.880.29112.4178.2239.61
Hex2AB4164D0581D704e28
Octal522642611501303516011650
Binary10101010110100101101001101010110001110111100001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,180,22); }

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

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

 a { background-color: rgb(42,180,22); }

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

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

 span { border-color: rgb(42,180,22); }

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