#12C17E

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

Shades of Mountain Meadow #12C17E

Tints of Mountain Meadow #12C17E

Color information

#12C17E (or 0x12C17E) is unknown color: approx Mountain Meadow. HEX triplet: 12, C1 and 7E. RGB value is (18,193,126). Sum of RGB (Red+Green+Blue) = 18+193+126=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 193 (75.78% from 255 or 57.27% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 193 - color contains mainly: green. Hex color #12C17E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C17E is #ED3E81. Grayscale: #858585. Windows color (decimal): -15548034 or 8306962. OLE color: 8306962.

HSL color Cylindrical-coordinate representation of color #12C17E: hue angle of 157.03º 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 #12C17E is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB18193126-
CMYK0.9100.350.24
HSL157.03º82.94%41.37%-
HSV(B)157.03º90.67%75.69%-
XYZ23.0939.7726.2-
YUV133.04124.0245.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.34%
GREEN value IS 193 (75.78% from 255) = 57.27%
BLUE value IS 126 (49.61% from 255) = 37.39%
R=5.34%
G=57.27%
B=37.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181931260.9100.350.24157.0382.9441.37
Hex12C17E5B023189d5329
Octal223011761330433023512351
Binary100101100000111111101011011010001111000100111011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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