#1CAA72

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

Shades of Mountain Meadow #1CAA72

Tints of Mountain Meadow #1CAA72

Color information

#1CAA72 (or 0x1CAA72) is unknown color: approx Mountain Meadow. HEX triplet: 1C, AA and 72. RGB value is (28,170,114). Sum of RGB (Red+Green+Blue) = 28+170+114=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAA72 is #E3558D. Grayscale: #797979. Windows color (decimal): -14898574 or 7514652. OLE color: 7514652.

HSL color Cylindrical-coordinate representation of color #1CAA72: hue angle of 156.34º 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 #1CAA72 is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB28170114-
CMYK0.8400.330.33
HSL156.34º71.72%38.82%-
HSV(B)156.34º83.53%66.67%-
XYZ17.8930.2120.81-
YUV121.16123.9661.55-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.97%
GREEN value IS 170 (66.80% from 255) = 54.49%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=8.97%
G=54.49%
B=36.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281701140.8400.330.33156.3471.7238.82
Hex1CAA7254021219c4827
Octal342521621240414123411047
Binary1110010101010111001010101000100001100001100111001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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