Html Css Color HEX #0ABF87 Mountain Meadow

📋 copy color: '#0ABF87'

red 10 ◦ green 191 ◦ blue 135

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

Shades of Mountain Meadow #0ABF87

Tints of Mountain Meadow #0ABF87

RGB

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

 GREEN value IS 191 (75% from 255) = 56.85%

 BLUE value IS 135 (53.13% from 255) = 40.18%

R = 2.98%
G = 56.85%
B = 40.18%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#0ABF87 (or 0x0ABF87) is known color: Mountain Meadow. HEX triplet: 0A, BF and 87. RGB value is (10,191,135). Sum of RGB (Red+Green+Blue) = 10+191+135=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABF87 is #F54078. Grayscale: #828282. Windows color (decimal): -16072825 or 8896266. OLE color: 8896266.

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

Color convert

RGB 10 191 135 -
CMYK 0.95 0 0.29 0.25
HSL 161.44º 0.9% 0.39% -
HSV(B) 161.44º 0.95% 0.75% -
XYZ 23.13 39.08 29.24 -
YUV 130.5 130.53 42.05 -
System Red Green Blue C M Y K H S L
Decimal 10 191 135 0.95 0 0.29 0.25 161.44 0.9 0.39
Hex A BF 87 5F 0 1D 19 A1 5A 27
Octal 12 277 207 137 0 35 31 241 132 47
Binary 1010 10111111 10000111 1011111 0 11101 11001 10100001 1011010 100111

Color Harmonies of #0ABF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABF87

Black with #0ABF87

Text Example


Text Example

White with #0ABF87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,191,135); }

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

background-color css

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

 a { background-color: rgb(10,191,135); }

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

border-color css

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

 span { border-color: rgb(10,191,135); }

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