#0ABF85

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

Shades of Mountain Meadow #0ABF85

Tints of Mountain Meadow #0ABF85

Color information

#0ABF85 (or 0x0ABF85) is unknown color: approx Mountain Meadow. HEX triplet: 0A, BF and 85. RGB value is (10,191,133). Sum of RGB (Red+Green+Blue) = 10+191+133=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 191 (75% from 255 or 57.19% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABF85 is #F5407A. Grayscale: #828282. Windows color (decimal): -16072827 or 8765194. OLE color: 8765194.

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

Color convert

RGB10191133-
CMYK0.9500.300.25
HSL160.77º90.05%39.41%-
HSV(B)160.77º94.76%74.9%-
XYZ22.9939.0228.51-
YUV130.27129.5342.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.99%
GREEN value IS 191 (75% from 255) = 57.19%
BLUE value IS 133 (52.34% from 255) = 39.82%
R=2.99%
G=57.19%
B=39.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101911330.9500.300.25160.7790.0539.41
HexABF855F01E19a15a27
Octal122772051370363124113247
Binary10101011111110000101101111101111011001101000011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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