#2AB207

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

Shades of Kelly Green #2AB207

Tints of Kelly Green #2AB207

Color information

#2AB207 (or 0x2AB207) is unknown color: approx Kelly Green. HEX triplet: 2A, B2 and 07. RGB value is (42,178,7). Sum of RGB (Red+Green+Blue) = 42+178+7=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 178 (69.92% from 255 or 78.41% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB207 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB207 is #D54DF8. Grayscale: #767676. Windows color (decimal): -13979129 or 504362. OLE color: 504362.

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

Color convert

RGB421787-
CMYK0.7600.960.30
HSL107.72º92.43%36.27%-
HSV(B)107.72º96.07%69.8%-
XYZ16.9132.355.55-
YUV117.8465.4473.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.50%
GREEN value IS 178 (69.92% from 255) = 78.41%
BLUE value IS 7 (3.12% from 255) = 3.08%
R=18.50%
G=78.41%
B=3.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal4217870.7600.960.30107.7292.4336.27
Hex2AB274C0601E6c5c24
Octal52262711401403615413444
Binary101010101100101111001100011000001111011011001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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