Html Css Color HEX #0AD863 Malachite

📋 copy color: '#0AD863'

red 10 ◦ green 216 ◦ blue 99

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

Shades of Malachite #0AD863

Tints of Malachite #0AD863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.46%

R = 3.08%
G = 66.46%
B = 30.46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#0AD863 (or 0x0AD863) is known color: Malachite. HEX triplet: 0A, D8 and 63. RGB value is (10,216,99). Sum of RGB (Red+Green+Blue) = 10+216+99=325 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.08% from 325); Green value is 216 (84.77% from 255 or 66.46% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD863 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD863 is #F5279C. Grayscale: #8D8D8D. Windows color (decimal): -16066461 or 6543370. OLE color: 6543370.

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

Color convert

RGB 10 216 99 -
CMYK 0.95 0 0.54 0.15
HSL 145.92º 0.91% 0.44% -
HSV(B) 145.92º 0.95% 0.85% -
XYZ 26.93 50.08 20.05 -
YUV 141.07 104.25 34.51 -
System Red Green Blue C M Y K H S L
Decimal 10 216 99 0.95 0 0.54 0.15 145.92 0.91 0.44
Hex A D8 63 5F 0 36 F 92 5B 2C
Octal 12 330 143 137 0 66 17 222 133 54
Binary 1010 11011000 1100011 1011111 0 110110 1111 10010010 1011011 101100

Color Harmonies of #0AD863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD863

Black with #0AD863

Text Example


Text Example

White with #0AD863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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