#0ABA86

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

Shades of Mountain Meadow #0ABA86

Tints of Mountain Meadow #0ABA86

Color information

#0ABA86 (or 0x0ABA86) is unknown color: approx Mountain Meadow. HEX triplet: 0A, BA and 86. RGB value is (10,186,134). Sum of RGB (Red+Green+Blue) = 10+186+134=330 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.03% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABA86 is #F54579. Grayscale: #7F7F7F. Windows color (decimal): -16074106 or 8829450. OLE color: 8829450.

HSL color Cylindrical-coordinate representation of color #0ABA86: hue angle of 162.27º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABA86 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB10186134-
CMYK0.9500.280.27
HSL162.27º89.8%38.43%-
HSV(B)162.27º94.62%72.94%-
XYZ21.9936.928.52-
YUV127.45131.6944.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.03%
GREEN value IS 186 (73.05% from 255) = 56.36%
BLUE value IS 134 (52.73% from 255) = 40.61%
R=3.03%
G=56.36%
B=40.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101861340.9500.280.27162.2789.838.43
HexABA865F01C1Ba25a26
Octal122722061370343324213246
Binary10101011101010000110101111101110011011101000101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,186,134); }

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

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

 a { background-color: rgb(10,186,134); }

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

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

 span { border-color: rgb(10,186,134); }

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