#12C18C

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

Shades of Mountain Meadow #12C18C

Tints of Mountain Meadow #12C18C

Color information

#12C18C (or 0x12C18C) is unknown color: approx Mountain Meadow. HEX triplet: 12, C1 and 8C. RGB value is (18,193,140). Sum of RGB (Red+Green+Blue) = 18+193+140=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 193 (75.78% from 255 or 54.99% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 193 - color contains mainly: green. Hex color #12C18C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C18C is #ED3E73. Grayscale: #868686. Windows color (decimal): -15548020 or 9224466. OLE color: 9224466.

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

Color convert

RGB18193140-
CMYK0.9100.270.24
HSL161.83º82.94%41.37%-
HSV(B)161.83º90.67%75.69%-
XYZ24.0540.1631.3-
YUV134.63131.0244.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.13%
GREEN value IS 193 (75.78% from 255) = 54.99%
BLUE value IS 140 (55.08% from 255) = 39.89%
R=5.13%
G=54.99%
B=39.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181931400.9100.270.24161.8382.9441.37
Hex12C18C5B01B18a25329
Octal223012141330333024212351
Binary100101100000110001100101101101101111000101000101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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