#12C485

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

Shades of Mountain Meadow #12C485

Tints of Mountain Meadow #12C485

Color information

#12C485 (or 0x12C485) is unknown color: approx Mountain Meadow. HEX triplet: 12, C4 and 85. RGB value is (18,196,133). Sum of RGB (Red+Green+Blue) = 18+196+133=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 196 (76.95% from 255 or 56.48% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 196 - color contains mainly: green. Hex color #12C485 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C485 is #ED3B7A. Grayscale: #878787. Windows color (decimal): -15547259 or 8766482. OLE color: 8766482.

HSL color Cylindrical-coordinate representation of color #12C485: hue angle of 158.76º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C485 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB18196133-
CMYK0.9100.320.23
HSL158.76º83.18%41.96%-
HSV(B)158.76º90.82%76.86%-
XYZ24.2241.328.89-
YUV135.6126.5344.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.19%
GREEN value IS 196 (76.95% from 255) = 56.48%
BLUE value IS 133 (52.34% from 255) = 38.33%
R=5.19%
G=56.48%
B=38.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181961330.9100.320.23158.7683.1841.96
Hex12C4855B020179f532a
Octal223042051330402723712352
Binary1001011000100100001011011011010000010111100111111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,196,133); }

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

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

 a { background-color: rgb(18,196,133); }

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

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

 span { border-color: rgb(18,196,133); }

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