#12A280

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

Shades of Mountain Meadow #12A280

Tints of Mountain Meadow #12A280

Color information

#12A280 (or 0x12A280) is unknown color: approx Mountain Meadow. HEX triplet: 12, A2 and 80. RGB value is (18,162,128). Sum of RGB (Red+Green+Blue) = 18+162+128=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #12A280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A280 is #ED5D7F. Grayscale: #737373. Windows color (decimal): -15555968 or 8430098. OLE color: 8430098.

HSL color Cylindrical-coordinate representation of color #12A280: hue angle of 165.83º 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 #12A280 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB18162128-
CMYK0.8900.210.36
HSL165.83º80%35.29%-
HSV(B)165.83º88.89%63.53%-
XYZ17.0727.5324.84-
YUV115.07135.2958.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.84%
GREEN value IS 162 (63.67% from 255) = 52.60%
BLUE value IS 128 (50.39% from 255) = 41.56%
R=5.84%
G=52.60%
B=41.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181621280.8900.210.36165.838035.29
Hex12A2805901524a65023
Octal222422001310254424612043
Binary1001010100010100000001011001010101100100101001101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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