Html Css Color HEX #49AA02 Kelly Green

📋 copy color: '#49AA02'

red 73 ◦ green 170 ◦ blue 2

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

Shades of Kelly Green #49AA02

Tints of Kelly Green #49AA02

RGB

 RED value IS 73 (28.91% from 255) = 29.8%

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

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

R = 29.8%
G = 69.39%
B = 0.82%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#49AA02 (or 0x49AA02) is known color: Kelly Green. HEX triplet: 49, AA and 02. RGB value is (73,170,2). Sum of RGB (Red+Green+Blue) = 73+170+2=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 170 (66.80% from 255 or 69.39% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AA02 is #B655FD. Grayscale: #7A7A7A. Windows color (decimal): -11949566 or 174665. OLE color: 174665.

HSL color Cylindrical-coordinate representation of color #49AA02: hue angle of 94.64º 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 #49AA02 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 170 2 -
CMYK 0.57 0 0.99 0.33
HSL 94.64º 0.98% 0.34% -
HSV(B) 94.64º 0.99% 0.67% -
XYZ 17.13 30.17 4.98 -
YUV 121.85 60.36 93.16 -
System Red Green Blue C M Y K H S L
Decimal 73 170 2 0.57 0 0.99 0.33 94.64 0.98 0.34
Hex 49 AA 2 39 0 63 21 5F 62 22
Octal 111 252 2 71 0 143 41 137 142 42
Binary 1001001 10101010 10 111001 0 1100011 100001 1011111 1100010 100010

Color Harmonies of #49AA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AA02

Black with #49AA02

Text Example


Text Example

White with #49AA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49AA02; }

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

 H1.HeaderClassName
 {
   color: #49AA02;
 }
 .AnyTagClassName
 {
   color: #49AA02;
 }
</style>

background-color css

<style>
 a { background-color: #49AA02; }

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

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

border-color css

<style>
 span { border-color: #49AA02; }

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

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