Html Css Color HEX #0ABD8C Mountain Meadow

📋 copy color: '#0ABD8C'

red 10 ◦ green 189 ◦ blue 140

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

Shades of Mountain Meadow #0ABD8C

Tints of Mountain Meadow #0ABD8C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.75%

 BLUE value IS 140 (55.08% from 255) = 41.3%

R = 2.95%
G = 55.75%
B = 41.3%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#0ABD8C (or 0x0ABD8C) is known color: Mountain Meadow. HEX triplet: 0A, BD and 8C. RGB value is (10,189,140). Sum of RGB (Red+Green+Blue) = 10+189+140=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 189 (74.22% from 255 or 55.75% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABD8C is #F54273. Grayscale: #818181. Windows color (decimal): -16073332 or 9223434. OLE color: 9223434.

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

Color convert

RGB 10 189 140 -
CMYK 0.95 0 0.26 0.26
HSL 163.58º 0.9% 0.39% -
HSV(B) 163.58º 0.95% 0.74% -
XYZ 23.06 38.35 31 -
YUV 129.89 133.7 42.48 -
System Red Green Blue C M Y K H S L
Decimal 10 189 140 0.95 0 0.26 0.26 163.58 0.9 0.39
Hex A BD 8C 5F 0 1A 1A A4 5A 27
Octal 12 275 214 137 0 32 32 244 132 47
Binary 1010 10111101 10001100 1011111 0 11010 11010 10100100 1011010 100111

Color Harmonies of #0ABD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABD8C

Black with #0ABD8C

Text Example


Text Example

White with #0ABD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,189,140); }

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

background-color css

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

 a { background-color: rgb(10,189,140); }

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

border-color css

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

 span { border-color: rgb(10,189,140); }

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