Html Css Color HEX #0ABB86 Mountain Meadow

📋 copy color: '#0ABB86'

red 10 ◦ green 187 ◦ blue 134

#0ABB86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #0ABB86

Tints of Mountain Meadow #0ABB86

RGB

 RED value IS 10 (4.3% from 255) = 3.02%

 GREEN value IS 187 (73.44% from 255) = 56.5%

 BLUE value IS 134 (52.73% from 255) = 40.48%

R = 3.02%
G = 56.5%
B = 40.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#0ABB86 (or 0x0ABB86) is known color: Mountain Meadow. HEX triplet: 0A, BB and 86. RGB value is (10,187,134). Sum of RGB (Red+Green+Blue) = 10+187+134=331 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.02% from 331); Green value is 187 (73.44% from 255 or 56.50% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABB86 is #F54479. Grayscale: #808080. Windows color (decimal): -16073850 or 8829706. OLE color: 8829706.

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

Color convert

RGB 10 187 134 -
CMYK 0.95 0 0.28 0.27
HSL 162.03º 0.9% 0.39% -
HSV(B) 162.03º 0.95% 0.73% -
XYZ 22.2 37.33 28.59 -
YUV 128.04 131.36 43.81 -
System Red Green Blue C M Y K H S L
Decimal 10 187 134 0.95 0 0.28 0.27 162.03 0.9 0.39
Hex A BB 86 5F 0 1C 1B A2 5A 27
Octal 12 273 206 137 0 34 33 242 132 47
Binary 1010 10111011 10000110 1011111 0 11100 11011 10100010 1011010 100111

Color Harmonies of #0ABB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABB86

Black with #0ABB86

Text Example


Text Example

White with #0ABB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0ABB86;
 }
 .AnyTagClassName
 {
   color: #0ABB86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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