#0AC673

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

Shades of Mountain Meadow #0AC673

Tints of Mountain Meadow #0AC673

Color information

#0AC673 (or 0x0AC673) is unknown color: approx Mountain Meadow. HEX triplet: 0A, C6 and 73. RGB value is (10,198,115). Sum of RGB (Red+Green+Blue) = 10+198+115=323 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.10% from 323); Green value is 198 (77.73% from 255 or 61.30% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC673 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC673 is #F5398C. Grayscale: #848484. Windows color (decimal): -16071053 or 7587338. OLE color: 7587338.

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

Color convert

RGB10198115-
CMYK0.9500.420.22
HSL153.51º90.38%40.78%-
HSV(B)153.51º94.95%77.65%-
XYZ23.4141.6923.03-
YUV132.33118.2240.75-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.10%
GREEN value IS 198 (77.73% from 255) = 61.30%
BLUE value IS 115 (45.31% from 255) = 35.60%
R=3.10%
G=61.30%
B=35.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal101981150.9500.420.22153.5190.3840.78
HexAC6735F02A169a5a29
Octal123061631370522623213251
Binary10101100011011100111011111010101010110100110101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,198,115); }

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

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

 a { background-color: rgb(10,198,115); }

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

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

 span { border-color: rgb(10,198,115); }

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