Html Css Color HEX #0ABA8A Mountain Meadow

📋 copy color: '#0ABA8A'

red 10 ◦ green 186 ◦ blue 138

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

Shades of Mountain Meadow #0ABA8A

Tints of Mountain Meadow #0ABA8A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 55.69%

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

R = 2.99%
G = 55.69%
B = 41.32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#0ABA8A (or 0x0ABA8A) is known color: Mountain Meadow. HEX triplet: 0A, BA and 8A. RGB value is (10,186,138). Sum of RGB (Red+Green+Blue) = 10+186+138=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABA8A is #F54575. Grayscale: #7F7F7F. Windows color (decimal): -16074102 or 9091594. OLE color: 9091594.

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

Color convert

RGB 10 186 138 -
CMYK 0.95 0 0.26 0.27
HSL 163.64º 0.9% 0.38% -
HSV(B) 163.64º 0.95% 0.73% -
XYZ 22.27 37.02 30.02 -
YUV 127.9 133.69 43.9 -
System Red Green Blue C M Y K H S L
Decimal 10 186 138 0.95 0 0.26 0.27 163.64 0.9 0.38
Hex A BA 8A 5F 0 1A 1B A4 5A 26
Octal 12 272 212 137 0 32 33 244 132 46
Binary 1010 10111010 10001010 1011111 0 11010 11011 10100100 1011010 100110

Color Harmonies of #0ABA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABA8A

Black with #0ABA8A

Text Example


Text Example

White with #0ABA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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