Html Css Color HEX #2AB914 Kelly Green

📋 copy color: '#2AB914'

red 42 ◦ green 185 ◦ blue 20

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

Shades of Kelly Green #2AB914

Tints of Kelly Green #2AB914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 74.9%

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 17%
G = 74.9%
B = 8.1%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#2AB914 (or 0x2AB914) is known color: Kelly Green. HEX triplet: 2A, B9 and 14. RGB value is (42,185,20). Sum of RGB (Red+Green+Blue) = 42+185+20=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 185 (72.66% from 255 or 74.90% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB914 is #D546EB. Grayscale: #7B7B7B. Windows color (decimal): -13977324 or 1358122. OLE color: 1358122.

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

Color convert

RGB 42 185 20 -
CMYK 0.77 0 0.89 0.27
HSL 112º 0.8% 0.4% -
HSV(B) 112º 0.89% 0.73% -
XYZ 18.43 35.24 6.49 -
YUV 123.43 69.62 69.92 -
System Red Green Blue C M Y K H S L
Decimal 42 185 20 0.77 0 0.89 0.27 112 0.8 0.4
Hex 2A B9 14 4D 0 59 1B 70 50 28
Octal 52 271 24 115 0 131 33 160 120 50
Binary 101010 10111001 10100 1001101 0 1011001 11011 1110000 1010000 101000

Color Harmonies of #2AB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB914

Black with #2AB914

Text Example


Text Example

White with #2AB914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,185,20); }

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

background-color css

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

 a { background-color: rgb(42,185,20); }

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

border-color css

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

 span { border-color: rgb(42,185,20); }

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