#0AB182

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

Shades of Mountain Meadow #0AB182

Tints of Mountain Meadow #0AB182

Color information

#0AB182 (or 0x0AB182) is unknown color: approx Mountain Meadow. HEX triplet: 0A, B1 and 82. RGB value is (10,177,130). Sum of RGB (Red+Green+Blue) = 10+177+130=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 177 (69.53% from 255 or 55.84% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 177 - color contains mainly: green. Hex color #0AB182 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AB182 is #F54E7D. Grayscale: #797979. Windows color (decimal): -16076414 or 8565002. OLE color: 8565002.

HSL color Cylindrical-coordinate representation of color #0AB182: hue angle of 163.11º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB182 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB10177130-
CMYK0.9400.270.31
HSL163.11º89.3%36.67%-
HSV(B)163.11º94.35%69.41%-
XYZ19.8833.1226.46-
YUV121.71132.6748.32-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.15%
GREEN value IS 177 (69.53% from 255) = 55.84%
BLUE value IS 130 (51.17% from 255) = 41.01%
R=3.15%
G=55.84%
B=41.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101771300.9400.270.31163.1189.336.67
HexAB1825E01B1Fa35925
Octal122612021360333724313145
Binary10101011000110000010101111001101111111101000111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AB182; }

 p { color: rgb(10,177,130); }

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

<style>
 a { background-color: #0AB182; }

 a { background-color: rgb(10,177,130); }

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

<style>
 span { border-color: #0AB182; }

 span { border-color: rgb(10,177,130); }

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