#0ABE76

Color #0ABE76 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0ABE76

Tints of Mountain Meadow #0ABE76

Color information

#0ABE76 (or 0x0ABE76) is unknown color: approx 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

RGB10190118-
CMYK0.9500.380.25
HSL156º90%39.22%-
HSV(B)156º94.74%74.51%-
XYZ21.8138.223.36-
YUV127.97122.3743.85-

RGB Variations

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

RGB

RED value IS 10 (4.30% 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 (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101901180.9500.380.251569039.22
HexABE765F026199c5a27
Octal122761661370463123413247
Binary10101011111011101101011111010011011001100111001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>