#12B17B

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

Shades of Mountain Meadow #12B17B

Tints of Mountain Meadow #12B17B

Color information

#12B17B (or 0x12B17B) is unknown color: approx Mountain Meadow. HEX triplet: 12, B1 and 7B. RGB value is (18,177,123). Sum of RGB (Red+Green+Blue) = 18+177+123=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 177 (69.53% from 255 or 55.66% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 177 - color contains mainly: green. Hex color #12B17B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B17B is #ED4E84. Grayscale: #7B7B7B. Windows color (decimal): -15552133 or 8106258. OLE color: 8106258.

HSL color Cylindrical-coordinate representation of color #12B17B: hue angle of 159.62º degrees, saturation: 0.82, 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 #12B17B is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB18177123-
CMYK0.9000.310.31
HSL159.62º81.54%38.24%-
HSV(B)159.62º89.83%69.41%-
XYZ19.553324.08-
YUV123.3127.8252.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.66%
GREEN value IS 177 (69.53% from 255) = 55.66%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=5.66%
G=55.66%
B=38.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181771230.9000.310.31159.6281.5438.24
Hex12B17B5A01F1Fa05226
Octal222611731320373724012246
Binary10010101100011111011101101001111111111101000001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,177,123); }

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

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

 a { background-color: rgb(18,177,123); }

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

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

 span { border-color: rgb(18,177,123); }

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