Html Css Color HEX #0AB689 Mountain Meadow

📋 copy color: '#0AB689'

red 10 ◦ green 182 ◦ blue 137

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

Shades of Mountain Meadow #0AB689

Tints of Mountain Meadow #0AB689

RGB

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

 GREEN value IS 182 (71.48% from 255) = 55.32%

 BLUE value IS 137 (53.91% from 255) = 41.64%

R = 3.04%
G = 55.32%
B = 41.64%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#0AB689 (or 0x0AB689) is known color: Mountain Meadow. HEX triplet: 0A, B6 and 89. RGB value is (10,182,137). Sum of RGB (Red+Green+Blue) = 10+182+137=329 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.04% from 329); Green value is 182 (71.48% from 255 or 55.32% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB689 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB689 is #F54976. Grayscale: #7D7D7D. Windows color (decimal): -16075127 or 9025034. OLE color: 9025034.

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

Color convert

RGB 10 182 137 -
CMYK 0.95 0 0.25 0.29
HSL 164.3º 0.9% 0.38% -
HSV(B) 164.3º 0.95% 0.71% -
XYZ 21.37 35.33 29.36 -
YUV 125.44 134.52 45.66 -
System Red Green Blue C M Y K H S L
Decimal 10 182 137 0.95 0 0.25 0.29 164.3 0.9 0.38
Hex A B6 89 5F 0 19 1D A4 5A 26
Octal 12 266 211 137 0 31 35 244 132 46
Binary 1010 10110110 10001001 1011111 0 11001 11101 10100100 1011010 100110

Color Harmonies of #0AB689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB689

Black with #0AB689

Text Example


Text Example

White with #0AB689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,182,137); }

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

background-color css

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

 a { background-color: rgb(10,182,137); }

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

border-color css

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

 span { border-color: rgb(10,182,137); }

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