#12A181

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

Shades of Mountain Meadow #12A181

Tints of Mountain Meadow #12A181

Color information

#12A181 (or 0x12A181) is unknown color: approx Mountain Meadow. HEX triplet: 12, A1 and 81. RGB value is (18,161,129). Sum of RGB (Red+Green+Blue) = 18+161+129=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #12A181 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A181 is #ED5E7E. Grayscale: #727272. Windows color (decimal): -15556223 or 8495378. OLE color: 8495378.

HSL color Cylindrical-coordinate representation of color #12A181: hue angle of 166.57º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A181 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB18161129-
CMYK0.8900.200.37
HSL166.57º79.89%35.1%-
HSV(B)166.57º88.82%63.14%-
XYZ16.9627.225.13-
YUV114.6136.1259.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.84%
GREEN value IS 161 (63.28% from 255) = 52.27%
BLUE value IS 129 (50.78% from 255) = 41.88%
R=5.84%
G=52.27%
B=41.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal181611290.8900.200.37166.5779.8935.1
Hex12A1815901425a75023
Octal222412011310244524712043
Binary1001010100001100000011011001010100100101101001111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12A181; }

 p { color: rgb(18,161,129); }

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

<style>
 a { background-color: #12A181; }

 a { background-color: rgb(18,161,129); }

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

<style>
 span { border-color: #12A181; }

 span { border-color: rgb(18,161,129); }

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