Html Css Color HEX #49AA10 Kelly Green

📋 copy color: '#49AA10'

red 73 ◦ green 170 ◦ blue 16

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

Shades of Kelly Green #49AA10

Tints of Kelly Green #49AA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 28.19%
G = 65.64%
B = 6.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#49AA10 (or 0x49AA10) is known color: Kelly Green. HEX triplet: 49, AA and 10. RGB value is (73,170,16). Sum of RGB (Red+Green+Blue) = 73+170+16=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 170 (66.80% from 255 or 65.64% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AA10 is #B655EF. Grayscale: #7B7B7B. Windows color (decimal): -11949552 or 1092169. OLE color: 1092169.

HSL color Cylindrical-coordinate representation of color #49AA10: hue angle of 97.79º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49AA10 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 170 16 -
CMYK 0.57 0 0.91 0.33
HSL 97.79º 0.83% 0.36% -
HSV(B) 97.79º 0.91% 0.67% -
XYZ 17.22 30.2 5.41 -
YUV 123.44 67.36 92.02 -
System Red Green Blue C M Y K H S L
Decimal 73 170 16 0.57 0 0.91 0.33 97.79 0.83 0.36
Hex 49 AA 10 39 0 5B 21 62 53 24
Octal 111 252 20 71 0 133 41 142 123 44
Binary 1001001 10101010 10000 111001 0 1011011 100001 1100010 1010011 100100

Color Harmonies of #49AA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AA10

Black with #49AA10

Text Example


Text Example

White with #49AA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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