#12AB90

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

Shades of Mountain Meadow #12AB90

Tints of Mountain Meadow #12AB90

Color information

#12AB90 (or 0x12AB90) is unknown color: approx Mountain Meadow. HEX triplet: 12, AB and 90. RGB value is (18,171,144). Sum of RGB (Red+Green+Blue) = 18+171+144=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AB90 is #ED546F. Grayscale: #7A7A7A. Windows color (decimal): -15553648 or 9480978. OLE color: 9480978.

HSL color Cylindrical-coordinate representation of color #12AB90: hue angle of 169.41º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AB90 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB18171144-
CMYK0.8900.160.33
HSL169.41º80.95%37.06%-
HSV(B)169.41º89.47%67.06%-
XYZ19.8531.2731.37-
YUV122.18140.3153.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.41%
GREEN value IS 171 (67.19% from 255) = 51.35%
BLUE value IS 144 (56.64% from 255) = 43.24%
R=5.41%
G=51.35%
B=43.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181711440.8900.160.33169.4180.9537.06
Hex12AB905901021a95125
Octal222532201310204125112145
Binary1001010101011100100001011001010000100001101010011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,171,144); }

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

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

 a { background-color: rgb(18,171,144); }

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

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

 span { border-color: rgb(18,171,144); }

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