#12B872

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

Shades of Mountain Meadow #12B872

Tints of Mountain Meadow #12B872

Color information

#12B872 (or 0x12B872) is unknown color: approx Mountain Meadow. HEX triplet: 12, B8 and 72. RGB value is (18,184,114). Sum of RGB (Red+Green+Blue) = 18+184+114=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 184 (72.27% from 255 or 58.23% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 184 - color contains mainly: green. Hex color #12B872 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B872 is #ED478D. Grayscale: #7E7E7E. Windows color (decimal): -15550350 or 7518226. OLE color: 7518226.

HSL color Cylindrical-coordinate representation of color #12B872: hue angle of 154.7º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B872 is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB18184114-
CMYK0.9000.380.28
HSL154.7º82.18%39.61%-
HSV(B)154.7º90.22%72.16%-
XYZ20.4335.6221.72-
YUV126.3912150.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.70%
GREEN value IS 184 (72.27% from 255) = 58.23%
BLUE value IS 114 (44.92% from 255) = 36.08%
R=5.70%
G=58.23%
B=36.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181841140.9000.380.28154.782.1839.61
Hex12B8725A0261C9b5228
Octal222701621320463423312250
Binary100101011100011100101011010010011011100100110111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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