#1AC499

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

Shades of Mountain Meadow #1AC499

Tints of Mountain Meadow #1AC499

Color information

#1AC499 (or 0x1AC499) is unknown color: approx Mountain Meadow. HEX triplet: 1A, C4 and 99. RGB value is (26,196,153). Sum of RGB (Red+Green+Blue) = 26+196+153=375 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.93% from 375); Green value is 196 (76.95% from 255 or 52.27% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 196 - color contains mainly: green. Hex color #1AC499 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC499 is #E53B66. Grayscale: #8C8C8C. Windows color (decimal): -15022951 or 10077210. OLE color: 10077210.

HSL color Cylindrical-coordinate representation of color #1AC499: hue angle of 164.82º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC499 is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB26196153-
CMYK0.8700.220.23
HSL164.82º76.58%43.53%-
HSV(B)164.82º86.73%76.86%-
XYZ25.924236.88-
YUV140.27135.1846.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.93%
GREEN value IS 196 (76.95% from 255) = 52.27%
BLUE value IS 153 (60.16% from 255) = 40.8%
R=6.93%
G=52.27%
B=40.8%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal261961530.8700.220.23164.8276.5843.53
Hex1AC4995701617a54d2c
Octal323042311270262724511554
Binary110101100010010011001101011101011010111101001011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,196,153); }

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

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

 a { background-color: rgb(26,196,153); }

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

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

 span { border-color: rgb(26,196,153); }

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