#2ABE0A

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

Shades of Kelly Green #2ABE0A

Tints of Kelly Green #2ABE0A

Color information

#2ABE0A (or 0x2ABE0A) is unknown color: approx Kelly Green. HEX triplet: 2A, BE and 0A. RGB value is (42,190,10). Sum of RGB (Red+Green+Blue) = 42+190+10=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 190 (74.61% from 255 or 78.51% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABE0A is #D541F5. Grayscale: #7D7D7D. Windows color (decimal): -13976054 or 704042. OLE color: 704042.

HSL color Cylindrical-coordinate representation of color #2ABE0A: hue angle of 109.33º 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 #2ABE0A is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB4219010-
CMYK0.7800.950.25
HSL109.33º90%39.22%-
HSV(B)109.33º94.74%74.51%-
XYZ19.4237.346.47-
YUV125.2362.9768.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.36%
GREEN value IS 190 (74.61% from 255) = 78.51%
BLUE value IS 10 (4.30% from 255) = 4.13%
R=17.36%
G=78.51%
B=4.13%

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
Decimal42190100.7800.950.25109.339039.22
Hex2ABEA4E05F196d5a27
Octal522761211601373115513247
Binary1010101011111010101001110010111111100111011011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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