Html Css Color HEX #2ABA10 Kelly Green

📋 copy color: '#2ABA10'

red 42 ◦ green 186 ◦ blue 16

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

Shades of Kelly Green #2ABA10

Tints of Kelly Green #2ABA10

RGB

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

 GREEN value IS 186 (73.05% from 255) = 76.23%

 BLUE value IS 16 (6.64% from 255) = 6.56%

R = 17.21%
G = 76.23%
B = 6.56%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#2ABA10 (or 0x2ABA10) is known color: Kelly Green. HEX triplet: 2A, BA and 10. RGB value is (42,186,16). Sum of RGB (Red+Green+Blue) = 42+186+16=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 186 (73.05% from 255 or 76.23% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABA10 is #D545EF. Grayscale: #7C7C7C. Windows color (decimal): -13977072 or 1096234. OLE color: 1096234.

HSL color Cylindrical-coordinate representation of color #2ABA10: hue angle of 110.82º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2ABA10 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 186 16 -
CMYK 0.77 0 0.91 0.27
HSL 110.82º 0.84% 0.4% -
HSV(B) 110.82º 0.91% 0.73% -
XYZ 18.61 35.65 6.39 -
YUV 123.56 67.29 69.82 -
System Red Green Blue C M Y K H S L
Decimal 42 186 16 0.77 0 0.91 0.27 110.82 0.84 0.4
Hex 2A BA 10 4D 0 5B 1B 6F 54 28
Octal 52 272 20 115 0 133 33 157 124 50
Binary 101010 10111010 10000 1001101 0 1011011 11011 1101111 1010100 101000

Color Harmonies of #2ABA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABA10

Black with #2ABA10

Text Example


Text Example

White with #2ABA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,186,16); }

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

background-color css

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

 a { background-color: rgb(42,186,16); }

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

border-color css

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

 span { border-color: rgb(42,186,16); }

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