Html Css Color HEX #0AB982 Mountain Meadow

📋 copy color: '#0AB982'

red 10 ◦ green 185 ◦ blue 130

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

Shades of Mountain Meadow #0AB982

Tints of Mountain Meadow #0AB982

RGB

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

 GREEN value IS 185 (72.66% from 255) = 56.92%

 BLUE value IS 130 (51.17% from 255) = 40%

R = 3.08%
G = 56.92%
B = 40%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#0AB982 (or 0x0AB982) is known color: Mountain Meadow. HEX triplet: 0A, B9 and 82. RGB value is (10,185,130). Sum of RGB (Red+Green+Blue) = 10+185+130=325 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.08% from 325); Green value is 185 (72.66% from 255 or 56.92% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 185 - color contains mainly: green. Hex color #0AB982 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB982 is #F5467D. Grayscale: #7E7E7E. Windows color (decimal): -16074366 or 8567050. OLE color: 8567050.

HSL color Cylindrical-coordinate representation of color #0AB982: hue angle of 161.14º 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 #0AB982 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 185 130 -
CMYK 0.95 0 0.30 0.27
HSL 161.14º 0.9% 0.38% -
HSV(B) 161.14º 0.95% 0.73% -
XYZ 21.5 36.37 27.01 -
YUV 126.41 130.02 44.97 -
System Red Green Blue C M Y K H S L
Decimal 10 185 130 0.95 0 0.30 0.27 161.14 0.9 0.38
Hex A B9 82 5F 0 1E 1B A1 5A 26
Octal 12 271 202 137 0 36 33 241 132 46
Binary 1010 10111001 10000010 1011111 0 11110 11011 10100001 1011010 100110

Color Harmonies of #0AB982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB982

Black with #0AB982

Text Example


Text Example

White with #0AB982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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