#2ABF0A

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

Shades of Kelly Green #2ABF0A

Tints of Kelly Green #2ABF0A

Color information

#2ABF0A (or 0x2ABF0A) is unknown color: approx Kelly Green. HEX triplet: 2A, BF and 0A. RGB value is (42,191,10). Sum of RGB (Red+Green+Blue) = 42+191+10=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 191 (75% from 255 or 78.60% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABF0A is #D540F5. Grayscale: #7E7E7E. Windows color (decimal): -13975798 or 704298. OLE color: 704298.

HSL color Cylindrical-coordinate representation of color #2ABF0A: hue angle of 109.39º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2ABF0A is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB4219110-
CMYK0.7800.950.25
HSL109.39º90.05%39.41%-
HSV(B)109.39º94.76%74.9%-
XYZ19.6437.786.54-
YUV125.8162.6468.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.28%
GREEN value IS 191 (75% from 255) = 78.60%
BLUE value IS 10 (4.30% from 255) = 4.12%
R=17.28%
G=78.60%
B=4.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42191100.7800.950.25109.3990.0539.41
Hex2ABFA4E05F196d5a27
Octal522771211601373115513247
Binary1010101011111110101001110010111111100111011011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,191,10); }

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

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

 a { background-color: rgb(42,191,10); }

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

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

 span { border-color: rgb(42,191,10); }

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