#12B17A

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

Shades of Mountain Meadow #12B17A

Tints of Mountain Meadow #12B17A

Color information

#12B17A (or 0x12B17A) is unknown color: approx Mountain Meadow. HEX triplet: 12, B1 and 7A. RGB value is (18,177,122). Sum of RGB (Red+Green+Blue) = 18+177+122=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 177 (69.53% from 255 or 55.84% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 177 - color contains mainly: green. Hex color #12B17A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B17A is #ED4E85. Grayscale: #7B7B7B. Windows color (decimal): -15552134 or 8040722. OLE color: 8040722.

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

Color convert

RGB18177122-
CMYK0.9000.310.31
HSL159.25º81.54%38.24%-
HSV(B)159.25º89.83%69.41%-
XYZ19.4832.9823.75-
YUV123.19127.3252.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.68%
GREEN value IS 177 (69.53% from 255) = 55.84%
BLUE value IS 122 (48.05% from 255) = 38.49%
R=5.68%
G=55.84%
B=38.49%

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
Decimal181771220.9000.310.31159.2581.5438.24
Hex12B17A5A01F1F9f5226
Octal222611721320373723712246
Binary10010101100011111010101101001111111111100111111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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