Html Css Color HEX #0ABC89 Mountain Meadow

📋 copy color: '#0ABC89'

red 10 ◦ green 188 ◦ blue 137

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

Shades of Mountain Meadow #0ABC89

Tints of Mountain Meadow #0ABC89

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.12%

 BLUE value IS 137 (53.91% from 255) = 40.9%

R = 2.99%
G = 56.12%
B = 40.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#0ABC89 (or 0x0ABC89) is known color: Mountain Meadow. HEX triplet: 0A, BC and 89. RGB value is (10,188,137). Sum of RGB (Red+Green+Blue) = 10+188+137=335 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABC89 is #F54376. Grayscale: #808080. Windows color (decimal): -16073591 or 9026570. OLE color: 9026570.

HSL color Cylindrical-coordinate representation of color #0ABC89: hue angle of 162.81º 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 #0ABC89 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 188 137 -
CMYK 0.95 0 0.27 0.26
HSL 162.81º 0.9% 0.39% -
HSV(B) 162.81º 0.95% 0.74% -
XYZ 22.62 37.84 29.78 -
YUV 128.96 132.53 43.15 -
System Red Green Blue C M Y K H S L
Decimal 10 188 137 0.95 0 0.27 0.26 162.81 0.9 0.39
Hex A BC 89 5F 0 1B 1A A3 5A 27
Octal 12 274 211 137 0 33 32 243 132 47
Binary 1010 10111100 10001001 1011111 0 11011 11010 10100011 1011010 100111

Color Harmonies of #0ABC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABC89

Black with #0ABC89

Text Example


Text Example

White with #0ABC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,188,137); }

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

background-color css

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

 a { background-color: rgb(10,188,137); }

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

border-color css

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

 span { border-color: rgb(10,188,137); }

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