Html Css Color HEX #2AAA05 Kelly Green

📋 copy color: '#2AAA05'

red 42 ◦ green 170 ◦ blue 5

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

Shades of Kelly Green #2AAA05

Tints of Kelly Green #2AAA05

RGB

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

 GREEN value IS 170 (66.8% from 255) = 78.34%

 BLUE value IS 5 (2.34% from 255) = 2.3%

R = 19.35%
G = 78.34%
B = 2.3%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#2AAA05 (or 0x2AAA05) is known color: Kelly Green. HEX triplet: 2A, AA and 05. RGB value is (42,170,5). Sum of RGB (Red+Green+Blue) = 42+170+5=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 170 (66.80% from 255 or 78.34% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAA05 is #D555FA. Grayscale: #717171. Windows color (decimal): -13981179 or 371242. OLE color: 371242.

HSL color Cylindrical-coordinate representation of color #2AAA05: hue angle of 106.55º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2AAA05 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 170 5 -
CMYK 0.75 0 0.97 0.33
HSL 106.55º 0.94% 0.34% -
HSV(B) 106.55º 0.97% 0.67% -
XYZ 15.36 29.25 4.98 -
YUV 112.92 67.09 77.42 -
System Red Green Blue C M Y K H S L
Decimal 42 170 5 0.75 0 0.97 0.33 106.55 0.94 0.34
Hex 2A AA 5 4B 0 61 21 6B 5E 22
Octal 52 252 5 113 0 141 41 153 136 42
Binary 101010 10101010 101 1001011 0 1100001 100001 1101011 1011110 100010

Color Harmonies of #2AAA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAA05

Black with #2AAA05

Text Example


Text Example

White with #2AAA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,170,5); }

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

background-color css

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

 a { background-color: rgb(42,170,5); }

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

border-color css

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

 span { border-color: rgb(42,170,5); }

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