#1CAA74

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

Shades of Mountain Meadow #1CAA74

Tints of Mountain Meadow #1CAA74

Color information

#1CAA74 (or 0x1CAA74) is unknown color: approx Mountain Meadow. HEX triplet: 1C, AA and 74. RGB value is (28,170,116). Sum of RGB (Red+Green+Blue) = 28+170+116=314 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.92% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAA74 is #E3558B. Grayscale: #797979. Windows color (decimal): -14898572 or 7645724. OLE color: 7645724.

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

Color convert

RGB28170116-
CMYK0.8400.320.33
HSL157.18º71.72%38.82%-
HSV(B)157.18º83.53%66.67%-
XYZ18.0130.2621.41-
YUV121.39124.9661.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.92%
GREEN value IS 170 (66.80% from 255) = 54.14%
BLUE value IS 116 (45.70% from 255) = 36.94%
R=8.92%
G=54.14%
B=36.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281701160.8400.320.33157.1871.7238.82
Hex1CAA7454020219d4827
Octal342521641240404123511047
Binary1110010101010111010010101000100000100001100111011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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