Html Css Color HEX #2AAA02 Kelly Green

📋 copy color: '#2AAA02'

red 42 ◦ green 170 ◦ blue 2

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

Shades of Kelly Green #2AAA02

Tints of Kelly Green #2AAA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.93%

R = 19.63%
G = 79.44%
B = 0.93%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#2AAA02 (or 0x2AAA02) is known color: Kelly Green. HEX triplet: 2A, AA and 02. RGB value is (42,170,2). Sum of RGB (Red+Green+Blue) = 42+170+2=214 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.63% from 214); Green value is 170 (66.80% from 255 or 79.44% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAA02 is #D555FD. Grayscale: #717171. Windows color (decimal): -13981182 or 174634. OLE color: 174634.

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

Color convert

RGB 42 170 2 -
CMYK 0.75 0 0.99 0.33
HSL 105.71º 0.98% 0.34% -
HSV(B) 105.71º 0.99% 0.67% -
XYZ 15.34 29.25 4.89 -
YUV 112.58 65.59 77.66 -
System Red Green Blue C M Y K H S L
Decimal 42 170 2 0.75 0 0.99 0.33 105.71 0.98 0.34
Hex 2A AA 2 4B 0 63 21 6A 62 22
Octal 52 252 2 113 0 143 41 152 142 42
Binary 101010 10101010 10 1001011 0 1100011 100001 1101010 1100010 100010

Color Harmonies of #2AAA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAA02

Black with #2AAA02

Text Example


Text Example

White with #2AAA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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