#0AD171

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

Shades of Malachite #0AD171

Tints of Malachite #0AD171

Color information

#0AD171 (or 0x0AD171) is unknown color: approx Malachite. HEX triplet: 0A, D1 and 71. RGB value is (10,209,113). Sum of RGB (Red+Green+Blue) = 10+209+113=332 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.01% from 332); Green value is 209 (82.03% from 255 or 62.95% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 209 - color contains mainly: green. Hex color #0AD171 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD171 is #F52E8E. Grayscale: #8A8A8A. Windows color (decimal): -16068239 or 7459082. OLE color: 7459082.

HSL color Cylindrical-coordinate representation of color #0AD171: hue angle of 151.06º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD171 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB10209113-
CMYK0.9500.460.18
HSL151.06º90.87%42.94%-
HSV(B)151.06º95.22%81.96%-
XYZ25.9146.8623.3-
YUV138.55113.5736.31-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.01%
GREEN value IS 209 (82.03% from 255) = 62.95%
BLUE value IS 113 (44.53% from 255) = 34.04%
R=3.01%
G=62.95%
B=34.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal102091130.9500.460.18151.0690.8742.94
HexAD1715F02E12975b2b
Octal123211611370562222713353
Binary10101101000111100011011111010111010010100101111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AD171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,209,113); }

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

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

 a { background-color: rgb(10,209,113); }

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

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

 span { border-color: rgb(10,209,113); }

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