#12C373

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

Shades of Mountain Meadow #12C373

Tints of Mountain Meadow #12C373

Color information

#12C373 (or 0x12C373) is unknown color: approx Mountain Meadow. HEX triplet: 12, C3 and 73. RGB value is (18,195,115). Sum of RGB (Red+Green+Blue) = 18+195+115=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #12C373 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C373 is #ED3C8C. Grayscale: #858585. Windows color (decimal): -15547533 or 7586578. OLE color: 7586578.

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

Color convert

RGB18195115-
CMYK0.9100.410.24
HSL152.88º83.1%41.76%-
HSV(B)152.88º90.77%76.47%-
XYZ22.8640.422.81-
YUV132.96117.8646-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.49%
GREEN value IS 195 (76.56% from 255) = 59.45%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=5.49%
G=59.45%
B=35.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181951150.9100.410.24152.8883.141.76
Hex12C3735B0291899532a
Octal223031631330513023112352
Binary100101100001111100111011011010100111000100110011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,195,115); }

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

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

 a { background-color: rgb(18,195,115); }

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

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

 span { border-color: rgb(18,195,115); }

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