#12A281

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

Shades of Mountain Meadow #12A281

Tints of Mountain Meadow #12A281

Color information

#12A281 (or 0x12A281) is unknown color: approx Mountain Meadow. HEX triplet: 12, A2 and 81. RGB value is (18,162,129). Sum of RGB (Red+Green+Blue) = 18+162+129=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #12A281 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A281 is #ED5D7E. Grayscale: #737373. Windows color (decimal): -15555967 or 8495634. OLE color: 8495634.

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

Color convert

RGB18162129-
CMYK0.8900.200.36
HSL166.25º80%35.29%-
HSV(B)166.25º88.89%63.53%-
XYZ17.1327.5525.18-
YUV115.18135.7958.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.83%
GREEN value IS 162 (63.67% from 255) = 52.43%
BLUE value IS 129 (50.78% from 255) = 41.75%
R=5.83%
G=52.43%
B=41.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181621290.8900.200.36166.258035.29
Hex12A2815901424a65023
Octal222422011310244424612043
Binary1001010100010100000011011001010100100100101001101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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