Html Css Color HEX #2ABA0E Kelly Green

📋 copy color: '#2ABA0E'

red 42 ◦ green 186 ◦ blue 14

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

Shades of Kelly Green #2ABA0E

Tints of Kelly Green #2ABA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.79%

R = 17.36%
G = 76.86%
B = 5.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#2ABA0E (or 0x2ABA0E) is known color: Kelly Green. HEX triplet: 2A, BA and 0E. RGB value is (42,186,14). Sum of RGB (Red+Green+Blue) = 42+186+14=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 186 (73.05% from 255 or 76.86% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABA0E is #D545F1. Grayscale: #7B7B7B. Windows color (decimal): -13977074 or 965162. OLE color: 965162.

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

Color convert

RGB 42 186 14 -
CMYK 0.77 0 0.92 0.27
HSL 110.23º 0.86% 0.39% -
HSV(B) 110.23º 0.92% 0.73% -
XYZ 18.59 35.64 6.32 -
YUV 123.34 66.29 69.99 -
System Red Green Blue C M Y K H S L
Decimal 42 186 14 0.77 0 0.92 0.27 110.23 0.86 0.39
Hex 2A BA E 4D 0 5C 1B 6E 56 27
Octal 52 272 16 115 0 134 33 156 126 47
Binary 101010 10111010 1110 1001101 0 1011100 11011 1101110 1010110 100111

Color Harmonies of #2ABA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABA0E

Black with #2ABA0E

Text Example


Text Example

White with #2ABA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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