Html Css Color HEX #0AB88A Mountain Meadow

📋 copy color: '#0AB88A'

red 10 ◦ green 184 ◦ blue 138

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

Shades of Mountain Meadow #0AB88A

Tints of Mountain Meadow #0AB88A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 55.42%

 BLUE value IS 138 (54.3% from 255) = 41.57%

R = 3.01%
G = 55.42%
B = 41.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#0AB88A (or 0x0AB88A) is known color: Mountain Meadow. HEX triplet: 0A, B8 and 8A. RGB value is (10,184,138). Sum of RGB (Red+Green+Blue) = 10+184+138=332 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.01% from 332); Green value is 184 (72.27% from 255 or 55.42% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB88A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB88A is #F54775. Grayscale: #7E7E7E. Windows color (decimal): -16074614 or 9091082. OLE color: 9091082.

HSL color Cylindrical-coordinate representation of color #0AB88A: hue angle of 164.14º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB88A is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 10 184 138 -
CMYK 0.95 0 0.25 0.28
HSL 164.14º 0.9% 0.38% -
HSV(B) 164.14º 0.95% 0.72% -
XYZ 21.85 36.18 29.88 -
YUV 126.73 134.35 44.74 -
System Red Green Blue C M Y K H S L
Decimal 10 184 138 0.95 0 0.25 0.28 164.14 0.9 0.38
Hex A B8 8A 5F 0 19 1C A4 5A 26
Octal 12 270 212 137 0 31 34 244 132 46
Binary 1010 10111000 10001010 1011111 0 11001 11100 10100100 1011010 100110

Color Harmonies of #0AB88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB88A

Black with #0AB88A

Text Example


Text Example

White with #0AB88A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,184,138); }

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

background-color css

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

 a { background-color: rgb(10,184,138); }

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

border-color css

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

 span { border-color: rgb(10,184,138); }

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