Html Css Color HEX #0AD860 Malachite

📋 copy color: '#0AD860'

red 10 ◦ green 216 ◦ blue 96

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

Shades of Malachite #0AD860

Tints of Malachite #0AD860

RGB

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

 GREEN value IS 216 (84.77% from 255) = 67.08%

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

R = 3.11%
G = 67.08%
B = 29.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#0AD860 (or 0x0AD860) is known color: Malachite. HEX triplet: 0A, D8 and 60. RGB value is (10,216,96). Sum of RGB (Red+Green+Blue) = 10+216+96=322 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.11% from 322); Green value is 216 (84.77% from 255 or 67.08% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD860 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD860 is #F5279F. Grayscale: #8D8D8D. Windows color (decimal): -16066464 or 6346762. OLE color: 6346762.

HSL color Cylindrical-coordinate representation of color #0AD860: hue angle of 145.05º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD860 is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 10 216 96 -
CMYK 0.95 0 0.56 0.15
HSL 145.05º 0.91% 0.44% -
HSV(B) 145.05º 0.95% 0.85% -
XYZ 26.79 50.02 19.31 -
YUV 140.73 102.75 34.76 -
System Red Green Blue C M Y K H S L
Decimal 10 216 96 0.95 0 0.56 0.15 145.05 0.91 0.44
Hex A D8 60 5F 0 38 F 91 5B 2C
Octal 12 330 140 137 0 70 17 221 133 54
Binary 1010 11011000 1100000 1011111 0 111000 1111 10010001 1011011 101100

Color Harmonies of #0AD860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD860

Black with #0AD860

Text Example


Text Example

White with #0AD860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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