#12C272

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

Shades of Mountain Meadow #12C272

Tints of Mountain Meadow #12C272

Color information

#12C272 (or 0x12C272) is unknown color: approx Mountain Meadow. HEX triplet: 12, C2 and 72. RGB value is (18,194,114). Sum of RGB (Red+Green+Blue) = 18+194+114=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 194 (76.17% from 255 or 59.51% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 194 - color contains mainly: green. Hex color #12C272 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C272 is #ED3D8D. Grayscale: #848484. Windows color (decimal): -15547790 or 7520786. OLE color: 7520786.

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

Color convert

RGB18194114-
CMYK0.9100.410.24
HSL152.73º83.02%41.57%-
HSV(B)152.73º90.72%76.08%-
XYZ22.5839.9322.44-
YUV132.26117.6946.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.52%
GREEN value IS 194 (76.17% from 255) = 59.51%
BLUE value IS 114 (44.92% from 255) = 34.97%
R=5.52%
G=59.51%
B=34.97%

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
Decimal181941140.9100.410.24152.7383.0241.57
Hex12C2725B0291899532a
Octal223021621330513023112352
Binary100101100001011100101011011010100111000100110011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,194,114); }

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

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

 a { background-color: rgb(18,194,114); }

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

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

 span { border-color: rgb(18,194,114); }

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