Html Css Color HEX #2AB70A Kelly Green

📋 copy color: '#2AB70A'

red 42 ◦ green 183 ◦ blue 10

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

Shades of Kelly Green #2AB70A

Tints of Kelly Green #2AB70A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 77.87%

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

R = 17.87%
G = 77.87%
B = 4.26%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#2AB70A (or 0x2AB70A) is known color: Kelly Green. HEX triplet: 2A, B7 and 0A. RGB value is (42,183,10). Sum of RGB (Red+Green+Blue) = 42+183+10=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 183 (71.88% from 255 or 77.87% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB70A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB70A is #D548F5. Grayscale: #797979. Windows color (decimal): -13977846 or 702250. OLE color: 702250.

HSL color Cylindrical-coordinate representation of color #2AB70A: hue angle of 108.9º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2AB70A is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 42 183 10 -
CMYK 0.77 0 0.95 0.28
HSL 108.9º 0.9% 0.38% -
HSV(B) 108.9º 0.95% 0.72% -
XYZ 17.94 34.38 5.98 -
YUV 121.12 65.29 71.57 -
System Red Green Blue C M Y K H S L
Decimal 42 183 10 0.77 0 0.95 0.28 108.9 0.9 0.38
Hex 2A B7 A 4D 0 5F 1C 6D 5A 26
Octal 52 267 12 115 0 137 34 155 132 46
Binary 101010 10110111 1010 1001101 0 1011111 11100 1101101 1011010 100110

Color Harmonies of #2AB70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB70A

Black with #2AB70A

Text Example


Text Example

White with #2AB70A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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