Html Css Color HEX #2AA900 Kelly Green

📋 copy color: '#2AA900'

red 42 ◦ green 169 ◦ blue 0

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

Shades of Kelly Green #2AA900

Tints of Kelly Green #2AA900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 80.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 19.91%
G = 80.09%
B = 0%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#2AA900 (or 0x2AA900) is known color: Kelly Green. HEX triplet: 2A, A9 and 00. RGB value is (42,169,0). Sum of RGB (Red+Green+Blue) = 42+169+0=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 169 (66.41% from 255 or 80.09% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 169 - color contains mainly: green. Hex color #2AA900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA900 is #D556FF. Grayscale: #707070. Windows color (decimal): -13981440 or 43306. OLE color: 43306.

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

Color convert

RGB 42 169 0 -
CMYK 0.75 0 1 0.34
HSL 105.09º 1% 0.33% -
HSV(B) 105.09º 1% 0.66% -
XYZ 15.14 28.87 4.77 -
YUV 111.76 64.92 78.24 -
System Red Green Blue C M Y K H S L
Decimal 42 169 0 0.75 0 1 0.34 105.09 1 0.33
Hex 2A A9 0 4B 0 64 22 69 64 21
Octal 52 251 0 113 0 144 42 151 144 41
Binary 101010 10101001 0 1001011 0 1100100 100010 1101001 1100100 100001

Color Harmonies of #2AA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA900

Black with #2AA900

Text Example


Text Example

White with #2AA900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,169,0); }

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

background-color css

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

 a { background-color: rgb(42,169,0); }

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

border-color css

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

 span { border-color: rgb(42,169,0); }

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