Html Css Color HEX #0AB58B Mountain Meadow

📋 copy color: '#0AB58B'

red 10 ◦ green 181 ◦ blue 139

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

Shades of Mountain Meadow #0AB58B

Tints of Mountain Meadow #0AB58B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.12%

R = 3.03%
G = 54.85%
B = 42.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#0AB58B (or 0x0AB58B) is known color: Mountain Meadow. HEX triplet: 0A, B5 and 8B. RGB value is (10,181,139). Sum of RGB (Red+Green+Blue) = 10+181+139=330 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.03% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #0AB58B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB58B is #F54A74. Grayscale: #7D7D7D. Windows color (decimal): -16075381 or 9155850. OLE color: 9155850.

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

Color convert

RGB 10 181 139 -
CMYK 0.94 0 0.23 0.29
HSL 165.26º 0.9% 0.37% -
HSV(B) 165.26º 0.94% 0.71% -
XYZ 21.31 34.98 30.05 -
YUV 125.08 135.85 45.92 -
System Red Green Blue C M Y K H S L
Decimal 10 181 139 0.94 0 0.23 0.29 165.26 0.9 0.37
Hex A B5 8B 5E 0 17 1D A5 5A 25
Octal 12 265 213 136 0 27 35 245 132 45
Binary 1010 10110101 10001011 1011110 0 10111 11101 10100101 1011010 100101

Color Harmonies of #0AB58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB58B

Black with #0AB58B

Text Example


Text Example

White with #0AB58B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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