Html Css Color HEX #0AB579 Mountain Meadow

📋 copy color: '#0AB579'

red 10 ◦ green 181 ◦ blue 121

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

Shades of Mountain Meadow #0AB579

Tints of Mountain Meadow #0AB579

RGB

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

 GREEN value IS 181 (71.09% from 255) = 58.01%

 BLUE value IS 121 (47.66% from 255) = 38.78%

R = 3.21%
G = 58.01%
B = 38.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#0AB579 (or 0x0AB579) is known color: Mountain Meadow. HEX triplet: 0A, B5 and 79. RGB value is (10,181,121). Sum of RGB (Red+Green+Blue) = 10+181+121=312 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.21% from 312); Green value is 181 (71.09% from 255 or 58.01% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 181 - color contains mainly: green. Hex color #0AB579 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB579 is #F54A86. Grayscale: #7B7B7B. Windows color (decimal): -16075399 or 7976202. OLE color: 7976202.

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

Color convert

RGB 10 181 121 -
CMYK 0.94 0 0.33 0.29
HSL 158.95º 0.9% 0.37% -
HSV(B) 158.95º 0.94% 0.71% -
XYZ 20.1 34.49 23.69 -
YUV 123.03 126.85 47.38 -
System Red Green Blue C M Y K H S L
Decimal 10 181 121 0.94 0 0.33 0.29 158.95 0.9 0.37
Hex A B5 79 5E 0 21 1D 9F 5A 25
Octal 12 265 171 136 0 41 35 237 132 45
Binary 1010 10110101 1111001 1011110 0 100001 11101 10011111 1011010 100101

Color Harmonies of #0AB579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB579

Black with #0AB579

Text Example


Text Example

White with #0AB579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,181,121); }

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

background-color css

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

 a { background-color: rgb(10,181,121); }

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

border-color css

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

 span { border-color: rgb(10,181,121); }

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