Html Css Color HEX #2ABD0A Kelly Green

📋 copy color: '#2ABD0A'

red 42 ◦ green 189 ◦ blue 10

#2ABD0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #2ABD0A

Tints of Kelly Green #2ABD0A

RGB

 RED value IS 42 (16.8% from 255) = 17.43%

 GREEN value IS 189 (74.22% from 255) = 78.42%

 BLUE value IS 10 (4.3% from 255) = 4.15%

R = 17.43%
G = 78.42%
B = 4.15%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#2ABD0A (or 0x2ABD0A) is known color: Kelly Green. HEX triplet: 2A, BD and 0A. RGB value is (42,189,10). Sum of RGB (Red+Green+Blue) = 42+189+10=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 189 (74.22% from 255 or 78.42% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABD0A is #D542F5. Grayscale: #7D7D7D. Windows color (decimal): -13976310 or 703786. OLE color: 703786.

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

Color convert

RGB 42 189 10 -
CMYK 0.78 0 0.95 0.26
HSL 109.27º 0.9% 0.39% -
HSV(B) 109.27º 0.95% 0.74% -
XYZ 19.21 36.91 6.4 -
YUV 124.64 63.3 69.05 -
System Red Green Blue C M Y K H S L
Decimal 42 189 10 0.78 0 0.95 0.26 109.27 0.9 0.39
Hex 2A BD A 4E 0 5F 1A 6D 5A 27
Octal 52 275 12 116 0 137 32 155 132 47
Binary 101010 10111101 1010 1001110 0 1011111 11010 1101101 1011010 100111

Color Harmonies of #2ABD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABD0A

Black with #2ABD0A

Text Example


Text Example

White with #2ABD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2ABD0A;
 }
 .AnyTagClassName
 {
   color: #2ABD0A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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