#1caf7d

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

Shades of Mountain Meadow #1CAF7D

Tints of Mountain Meadow #1CAF7D

Color information

#1CAF7D (or 0x1CAF7D) is unknown color: approx Mountain Meadow. HEX triplet: 1C, AF and 7D. RGB value is (28,175,125). Sum of RGB (Red+Green+Blue) = 28+175+125=328 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.54% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAF7D is #E35082. Grayscale: #7D7D7D. Windows color (decimal): -14897283 or 8236828. OLE color: 8236828.

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

Color convert

RGB28175125-
CMYK0.8400.290.31
HSL159.59º72.41%39.8%-
HSV(B)159.59º84%68.63%-
XYZ19.5132.3924.63-
YUV125.35127.858.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.54%
GREEN value IS 175 (68.75% from 255) = 53.35%
BLUE value IS 125 (49.22% from 255) = 38.11%
R=8.54%
G=53.35%
B=38.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal281751250.8400.290.31159.5972.4139.8
Hex1CAF7D5401D1Fa04828
Octal342571751240353724011050
Binary11100101011111111101101010001110111111101000001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1caf7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,175,125); }

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

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

 a { background-color: rgb(28,175,125); }

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

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

 span { border-color: rgb(28,175,125); }

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