#1CAA79

Color #1CAA79 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1CAA79

Tints of Mountain Meadow #1CAA79

Color information

#1CAA79 (or 0x1CAA79) is unknown color: approx Mountain Meadow. HEX triplet: 1C, AA and 79. RGB value is (28,170,121). Sum of RGB (Red+Green+Blue) = 28+170+121=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAA79 is #E35586. Grayscale: #7A7A7A. Windows color (decimal): -14898567 or 7973404. OLE color: 7973404.

HSL color Cylindrical-coordinate representation of color #1CAA79: hue angle of 159.3º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAA79 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB28170121-
CMYK0.8400.290.33
HSL159.3º71.72%38.82%-
HSV(B)159.3º83.53%66.67%-
XYZ18.330.3822.99-
YUV121.96127.4660.98-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.78%
GREEN value IS 170 (66.80% from 255) = 53.29%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=8.78%
G=53.29%
B=37.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281701210.8400.290.33159.371.7238.82
Hex1CAA795401D219f4827
Octal342521711240354123711047
Binary111001010101011110011010100011101100001100111111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CAA79; }

 p { color: rgb(28,170,121); }

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

<style>
 a { background-color: #1CAA79; }

 a { background-color: rgb(28,170,121); }

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

<style>
 span { border-color: #1CAA79; }

 span { border-color: rgb(28,170,121); }

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