Html Css Color HEX #0AB582 Mountain Meadow

📋 copy color: '#0AB582'

red 10 ◦ green 181 ◦ blue 130

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

Shades of Mountain Meadow #0AB582

Tints of Mountain Meadow #0AB582

RGB

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

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

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

R = 3.12%
G = 56.39%
B = 40.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#0AB582 (or 0x0AB582) is known color: Mountain Meadow. HEX triplet: 0A, B5 and 82. RGB value is (10,181,130). Sum of RGB (Red+Green+Blue) = 10+181+130=321 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 321); Green value is 181 (71.09% from 255 or 56.39% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 181 - color contains mainly: green. Hex color #0AB582 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB582 is #F54A7D. Grayscale: #7C7C7C. Windows color (decimal): -16075390 or 8566026. OLE color: 8566026.

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

Color convert

RGB 10 181 130 -
CMYK 0.94 0 0.28 0.29
HSL 162.11º 0.9% 0.37% -
HSV(B) 162.11º 0.94% 0.71% -
XYZ 20.68 34.72 26.73 -
YUV 124.06 131.35 46.65 -
System Red Green Blue C M Y K H S L
Decimal 10 181 130 0.94 0 0.28 0.29 162.11 0.9 0.37
Hex A B5 82 5E 0 1C 1D A2 5A 25
Octal 12 265 202 136 0 34 35 242 132 45
Binary 1010 10110101 10000010 1011110 0 11100 11101 10100010 1011010 100101

Color Harmonies of #0AB582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB582

Black with #0AB582

Text Example


Text Example

White with #0AB582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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