#0ABE87

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

Shades of Mountain Meadow #0ABE87

Tints of Mountain Meadow #0ABE87

Color information

#0ABE87 (or 0x0ABE87) is unknown color: approx Mountain Meadow. HEX triplet: 0A, BE and 87. RGB value is (10,190,135). Sum of RGB (Red+Green+Blue) = 10+190+135=335 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 335); Green value is 190 (74.61% from 255 or 56.72% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABE87 is #F54178. Grayscale: #818181. Windows color (decimal): -16073081 or 8896010. OLE color: 8896010.

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

Color convert

RGB10190135-
CMYK0.9500.290.25
HSL161.67º90%39.22%-
HSV(B)161.67º94.74%74.51%-
XYZ22.9138.6429.17-
YUV129.91130.8742.47-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.99%
GREEN value IS 190 (74.61% from 255) = 56.72%
BLUE value IS 135 (53.12% from 255) = 40.30%
R=2.99%
G=56.72%
B=40.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101901350.9500.290.25161.679039.22
HexABE875F01D19a25a27
Octal122762071370353124213247
Binary10101011111010000111101111101110111001101000101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0ABE87;
 }
 .AnyTagClassName
 {
   color: #0ABE87;
 }
</style>
background-color css

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

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

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

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

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

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