#1ACA8E

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

Shades of Mountain Meadow #1ACA8E

Tints of Mountain Meadow #1ACA8E

Color information

#1ACA8E (or 0x1ACA8E) is unknown color: approx Mountain Meadow. HEX triplet: 1A, CA and 8E. RGB value is (26,202,142). Sum of RGB (Red+Green+Blue) = 26+202+142=370 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.03% from 370); Green value is 202 (79.30% from 255 or 54.59% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 202 - color contains mainly: green. Hex color #1ACA8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ACA8E is #E53571. Grayscale: #8E8E8E. Windows color (decimal): -15021426 or 9357850. OLE color: 9357850.

HSL color Cylindrical-coordinate representation of color #1ACA8E: hue angle of 159.55º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACA8E is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB26202142-
CMYK0.8700.300.21
HSL159.55º77.19%44.71%-
HSV(B)159.55º87.13%79.22%-
XYZ26.4344.4132.77-
YUV142.54127.6944.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.03%
GREEN value IS 202 (79.30% from 255) = 54.59%
BLUE value IS 142 (55.86% from 255) = 38.38%
R=7.03%
G=54.59%
B=38.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal262021420.8700.300.21159.5577.1944.71
Hex1ACA8E5701E15a04d2d
Octal323122161270362524011555
Binary110101100101010001110101011101111010101101000001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ACA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,202,142); }

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

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

 a { background-color: rgb(26,202,142); }

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

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

 span { border-color: rgb(26,202,142); }

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