#49AA08

Color #49AA08 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #49AA08

Tints of Kelly Green #49AA08

Color information

#49AA08 (or 0x49AA08) is unknown color: approx Kelly Green. HEX triplet: 49, AA and 08. RGB value is (73,170,8). Sum of RGB (Red+Green+Blue) = 73+170+8=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 170 (66.80% from 255 or 67.73% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AA08 is #B655F7. Grayscale: #7B7B7B. Windows color (decimal): -11949560 or 567881. OLE color: 567881.

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

Color convert

RGB731708-
CMYK0.5700.950.33
HSL95.93º91.01%34.9%-
HSV(B)95.93º95.29%66.67%-
XYZ17.1730.185.15-
YUV122.5363.3692.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 170 (66.80% from 255) = 67.73%
BLUE value IS 8 (3.52% from 255) = 3.19%
R=29.08%
G=67.73%
B=3.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7317080.5700.950.3395.9391.0134.9
Hex49AA83905F21605b23
Octal111252107101374114013343
Binary10010011010101010001110010101111110000111000001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49AA08;
 }
 .AnyTagClassName
 {
   color: #49AA08;
 }
</style>
background-color css

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

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

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

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

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

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