#12C17C

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

Shades of Mountain Meadow #12C17C

Tints of Mountain Meadow #12C17C

Color information

#12C17C (or 0x12C17C) is unknown color: approx Mountain Meadow. HEX triplet: 12, C1 and 7C. RGB value is (18,193,124). Sum of RGB (Red+Green+Blue) = 18+193+124=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 193 (75.78% from 255 or 57.61% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 193 - color contains mainly: green. Hex color #12C17C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C17C is #ED3E83. Grayscale: #848484. Windows color (decimal): -15548036 or 8175890. OLE color: 8175890.

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

Color convert

RGB18193124-
CMYK0.9100.360.24
HSL156.34º82.94%41.37%-
HSV(B)156.34º90.67%75.69%-
XYZ22.9639.7225.53-
YUV132.81123.0246.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.37%
GREEN value IS 193 (75.78% from 255) = 57.61%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=5.37%
G=57.61%
B=37.01%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181931240.9100.360.24156.3482.9441.37
Hex12C17C5B024189c5329
Octal223011741330443023412351
Binary100101100000111111001011011010010011000100111001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,193,124); }

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

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

 a { background-color: rgb(18,193,124); }

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

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

 span { border-color: rgb(18,193,124); }

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