Html Css Color HEX #0AD160 Malachite

📋 copy color: '#0AD160'

red 10 ◦ green 209 ◦ blue 96

#0AD160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #0AD160

Tints of Malachite #0AD160

RGB

 RED value IS 10 (4.3% from 255) = 3.17%

 GREEN value IS 209 (82.03% from 255) = 66.35%

 BLUE value IS 96 (37.89% from 255) = 30.48%

R = 3.17%
G = 66.35%
B = 30.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#0AD160 (or 0x0AD160) is known color: Malachite. HEX triplet: 0A, D1 and 60. RGB value is (10,209,96). Sum of RGB (Red+Green+Blue) = 10+209+96=315 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.17% from 315); Green value is 209 (82.03% from 255 or 66.35% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 209 - color contains mainly: green. Hex color #0AD160 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD160 is #F52E9F. Grayscale: #888888. Windows color (decimal): -16068256 or 6344970. OLE color: 6344970.

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

Color convert

RGB 10 209 96 -
CMYK 0.95 0 0.54 0.18
HSL 145.93º 0.91% 0.43% -
HSV(B) 145.93º 0.95% 0.82% -
XYZ 25.04 46.51 18.72 -
YUV 136.62 105.07 37.69 -
System Red Green Blue C M Y K H S L
Decimal 10 209 96 0.95 0 0.54 0.18 145.93 0.91 0.43
Hex A D1 60 5F 0 36 12 92 5B 2B
Octal 12 321 140 137 0 66 22 222 133 53
Binary 1010 11010001 1100000 1011111 0 110110 10010 10010010 1011011 101011

Color Harmonies of #0AD160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD160

Black with #0AD160

Text Example


Text Example

White with #0AD160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0AD160;
 }
 .AnyTagClassName
 {
   color: #0AD160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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