#12C08F

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

Shades of Mountain Meadow #12C08F

Tints of Mountain Meadow #12C08F

Color information

#12C08F (or 0x12C08F) is unknown color: approx Mountain Meadow. HEX triplet: 12, C0 and 8F. RGB value is (18,192,143). Sum of RGB (Red+Green+Blue) = 18+192+143=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #12C08F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C08F is #ED3F70. Grayscale: #868686. Windows color (decimal): -15548273 or 9420818. OLE color: 9420818.

HSL color Cylindrical-coordinate representation of color #12C08F: hue angle of 163.1º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C08F is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB18192143-
CMYK0.9100.260.25
HSL163.1º82.86%41.18%-
HSV(B)163.1º90.62%75.29%-
XYZ24.0639.8132.4-
YUV134.39132.8544.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.10%
GREEN value IS 192 (75.39% from 255) = 54.39%
BLUE value IS 143 (56.25% from 255) = 40.51%
R=5.10%
G=54.39%
B=40.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181921430.9100.260.25163.182.8641.18
Hex12C08F5B01A19a35329
Octal223002171330323124312351
Binary100101100000010001111101101101101011001101000111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,192,143); }

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

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

 a { background-color: rgb(18,192,143); }

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

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

 span { border-color: rgb(18,192,143); }

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