#1CAF84

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

Shades of Mountain Meadow #1CAF84

Tints of Mountain Meadow #1CAF84

Color information

#1CAF84 (or 0x1CAF84) is unknown color: approx Mountain Meadow. HEX triplet: 1C, AF and 84. RGB value is (28,175,132). Sum of RGB (Red+Green+Blue) = 28+175+132=335 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.36% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAF84 is #E3507B. Grayscale: #7E7E7E. Windows color (decimal): -14897276 or 8695580. OLE color: 8695580.

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

Color convert

RGB28175132-
CMYK0.8400.250.31
HSL162.45º72.41%39.8%-
HSV(B)162.45º84%68.63%-
XYZ19.9732.5727.06-
YUV126.14131.358-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.36%
GREEN value IS 175 (68.75% from 255) = 52.24%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=8.36%
G=52.24%
B=39.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal281751320.8400.250.31162.4572.4139.8
Hex1CAF84540191Fa24828
Octal342572041240313724211050
Binary111001010111110000100101010001100111111101000101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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