Html Css Color HEX #0AB58F Mountain Meadow

📋 copy color: '#0AB58F'

red 10 ◦ green 181 ◦ blue 143

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

Shades of Mountain Meadow #0AB58F

Tints of Mountain Meadow #0AB58F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.81%

R = 2.99%
G = 54.19%
B = 42.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#0AB58F (or 0x0AB58F) is known color: Mountain Meadow. HEX triplet: 0A, B5 and 8F. RGB value is (10,181,143). Sum of RGB (Red+Green+Blue) = 10+181+143=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 181 (71.09% from 255 or 54.19% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 181 - color contains mainly: green. Hex color #0AB58F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB58F is #F54A70. Grayscale: #7D7D7D. Windows color (decimal): -16075377 or 9417994. OLE color: 9417994.

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

Color convert

RGB 10 181 143 -
CMYK 0.94 0 0.21 0.29
HSL 166.67º 0.9% 0.37% -
HSV(B) 166.67º 0.94% 0.71% -
XYZ 21.61 35.1 31.62 -
YUV 125.54 137.85 45.59 -
System Red Green Blue C M Y K H S L
Decimal 10 181 143 0.94 0 0.21 0.29 166.67 0.9 0.37
Hex A B5 8F 5E 0 15 1D A7 5A 25
Octal 12 265 217 136 0 25 35 247 132 45
Binary 1010 10110101 10001111 1011110 0 10101 11101 10100111 1011010 100101

Color Harmonies of #0AB58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB58F

Black with #0AB58F

Text Example


Text Example

White with #0AB58F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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