#12B075

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

Shades of Mountain Meadow #12B075

Tints of Mountain Meadow #12B075

Color information

#12B075 (or 0x12B075) is unknown color: approx Mountain Meadow. HEX triplet: 12, B0 and 75. RGB value is (18,176,117). Sum of RGB (Red+Green+Blue) = 18+176+117=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 176 (69.14% from 255 or 56.59% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 176 - color contains mainly: green. Hex color #12B075 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B075 is #ED4F8A. Grayscale: #7A7A7A. Windows color (decimal): -15552395 or 7712786. OLE color: 7712786.

HSL color Cylindrical-coordinate representation of color #12B075: hue angle of 157.59º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B075 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB18176117-
CMYK0.9000.340.31
HSL157.59º81.44%38.04%-
HSV(B)157.59º89.77%69.02%-
XYZ18.9932.4622.1-
YUV122.03125.1553.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.79%
GREEN value IS 176 (69.14% from 255) = 56.59%
BLUE value IS 117 (46.09% from 255) = 37.62%
R=5.79%
G=56.59%
B=37.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181761170.9000.340.31157.5981.4438.04
Hex12B0755A0221F9e5126
Octal222601651320423723612146
Binary100101011000011101011011010010001011111100111101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,176,117); }

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

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

 a { background-color: rgb(18,176,117); }

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

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

 span { border-color: rgb(18,176,117); }

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