#0AC585

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

Shades of Mountain Meadow #0AC585

Tints of Mountain Meadow #0AC585

Color information

#0AC585 (or 0x0AC585) is unknown color: approx Mountain Meadow. HEX triplet: 0A, C5 and 85. RGB value is (10,197,133). Sum of RGB (Red+Green+Blue) = 10+197+133=340 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.94% from 340); Green value is 197 (77.34% from 255 or 57.94% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC585 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC585 is #F53A7A. Grayscale: #858585. Windows color (decimal): -16071291 or 8766730. OLE color: 8766730.

HSL color Cylindrical-coordinate representation of color #0AC585: hue angle of 159.47º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC585 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB10197133-
CMYK0.9500.320.23
HSL159.47º90.34%40.59%-
HSV(B)159.47º94.92%77.25%-
XYZ24.3341.6928.96-
YUV133.79127.5539.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.94%
GREEN value IS 197 (77.34% from 255) = 57.94%
BLUE value IS 133 (52.34% from 255) = 39.12%
R=2.94%
G=57.94%
B=39.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal101971330.9500.320.23159.4790.3440.59
HexAC5855F020179f5a29
Octal123052051370402723713251
Binary101011000101100001011011111010000010111100111111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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