Html Css Color HEX #0ABE76 Mountain Meadow

📋 copy color: '#0ABE76'

red 10 ◦ green 190 ◦ blue 118

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

Shades of Mountain Meadow #0ABE76

Tints of Mountain Meadow #0ABE76

RGB

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

 GREEN value IS 190 (74.61% from 255) = 59.75%

 BLUE value IS 118 (46.48% from 255) = 37.11%

R = 3.14%
G = 59.75%
B = 37.11%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#0ABE76 (or 0x0ABE76) is known color: Mountain Meadow. HEX triplet: 0A, BE and 76. RGB value is (10,190,118). Sum of RGB (Red+Green+Blue) = 10+190+118=318 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.14% from 318); Green value is 190 (74.61% from 255 or 59.75% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABE76 is #F54189. Grayscale: #808080. Windows color (decimal): -16073098 or 7781898. OLE color: 7781898.

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

Color convert

RGB 10 190 118 -
CMYK 0.95 0 0.38 0.25
HSL 156º 0.9% 0.39% -
HSV(B) 156º 0.95% 0.75% -
XYZ 21.81 38.2 23.36 -
YUV 127.97 122.37 43.85 -
System Red Green Blue C M Y K H S L
Decimal 10 190 118 0.95 0 0.38 0.25 156 0.9 0.39
Hex A BE 76 5F 0 26 19 9C 5A 27
Octal 12 276 166 137 0 46 31 234 132 47
Binary 1010 10111110 1110110 1011111 0 100110 11001 10011100 1011010 100111

Color Harmonies of #0ABE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABE76

Black with #0ABE76

Text Example


Text Example

White with #0ABE76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,190,118); }

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

background-color css

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

 a { background-color: rgb(10,190,118); }

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

border-color css

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

 span { border-color: rgb(10,190,118); }

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