Html Css Color HEX #0AB17D Mountain Meadow

📋 copy color: '#0AB17D'

red 10 ◦ green 177 ◦ blue 125

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

Shades of Mountain Meadow #0AB17D

Tints of Mountain Meadow #0AB17D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 56.73%

 BLUE value IS 125 (49.22% from 255) = 40.06%

R = 3.21%
G = 56.73%
B = 40.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#0AB17D (or 0x0AB17D) is known color: Mountain Meadow. HEX triplet: 0A, B1 and 7D. RGB value is (10,177,125). Sum of RGB (Red+Green+Blue) = 10+177+125=312 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.21% from 312); Green value is 177 (69.53% from 255 or 56.73% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 177 - color contains mainly: green. Hex color #0AB17D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AB17D is #F54E82. Grayscale: #797979. Windows color (decimal): -16076419 or 8237322. OLE color: 8237322.

HSL color Cylindrical-coordinate representation of color #0AB17D: hue angle of 161.32º 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 #0AB17D is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 10 177 125 -
CMYK 0.94 0 0.29 0.31
HSL 161.32º 0.89% 0.37% -
HSV(B) 161.32º 0.94% 0.69% -
XYZ 19.55 32.99 24.74 -
YUV 121.14 130.17 48.73 -
System Red Green Blue C M Y K H S L
Decimal 10 177 125 0.94 0 0.29 0.31 161.32 0.89 0.37
Hex A B1 7D 5E 0 1D 1F A1 59 25
Octal 12 261 175 136 0 35 37 241 131 45
Binary 1010 10110001 1111101 1011110 0 11101 11111 10100001 1011001 100101

Color Harmonies of #0AB17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB17D

Black with #0AB17D

Text Example


Text Example

White with #0AB17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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