Html Css Color HEX #49AA1A Kelly Green

📋 copy color: '#49AA1A'

red 73 ◦ green 170 ◦ blue 26

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

Shades of Kelly Green #49AA1A

Tints of Kelly Green #49AA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.67%

R = 27.14%
G = 63.2%
B = 9.67%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#49AA1A (or 0x49AA1A) is known color: Kelly Green. HEX triplet: 49, AA and 1A. RGB value is (73,170,26). Sum of RGB (Red+Green+Blue) = 73+170+26=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 170 (66.80% from 255 or 63.20% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AA1A is #B655E5. Grayscale: #7D7D7D. Windows color (decimal): -11949542 or 1747529. OLE color: 1747529.

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

Color convert

RGB 73 170 26 -
CMYK 0.57 0 0.85 0.33
HSL 100.42º 0.73% 0.38% -
HSV(B) 100.42º 0.85% 0.67% -
XYZ 17.31 30.24 5.9 -
YUV 124.58 72.36 91.21 -
System Red Green Blue C M Y K H S L
Decimal 73 170 26 0.57 0 0.85 0.33 100.42 0.73 0.38
Hex 49 AA 1A 39 0 55 21 64 49 26
Octal 111 252 32 71 0 125 41 144 111 46
Binary 1001001 10101010 11010 111001 0 1010101 100001 1100100 1001001 100110

Color Harmonies of #49AA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AA1A

Black with #49AA1A

Text Example


Text Example

White with #49AA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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