#1CAA6E

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

Shades of Mountain Meadow #1CAA6E

Tints of Mountain Meadow #1CAA6E

Color information

#1CAA6E (or 0x1CAA6E) is unknown color: approx Mountain Meadow. HEX triplet: 1C, AA and 6E. RGB value is (28,170,110). Sum of RGB (Red+Green+Blue) = 28+170+110=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAA6E is #E35591. Grayscale: #787878. Windows color (decimal): -14898578 or 7252508. OLE color: 7252508.

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

Color convert

RGB28170110-
CMYK0.8400.350.33
HSL154.65º71.72%38.82%-
HSV(B)154.65º83.53%66.67%-
XYZ17.6730.1219.63-
YUV120.7121.9661.88-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.09%
GREEN value IS 170 (66.80% from 255) = 55.19%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=9.09%
G=55.19%
B=35.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281701100.8400.350.33154.6571.7238.82
Hex1CAA6E54023219b4827
Octal342521561240434123311047
Binary1110010101010110111010101000100011100001100110111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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