Html Css Color HEX #0AD973 Malachite

📋 copy color: '#0AD973'

red 10 ◦ green 217 ◦ blue 115

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

Shades of Malachite #0AD973

Tints of Malachite #0AD973

RGB

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

 GREEN value IS 217 (85.16% from 255) = 63.45%

 BLUE value IS 115 (45.31% from 255) = 33.63%

R = 2.92%
G = 63.45%
B = 33.63%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#0AD973 (or 0x0AD973) is known color: Malachite. HEX triplet: 0A, D9 and 73. RGB value is (10,217,115). Sum of RGB (Red+Green+Blue) = 10+217+115=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 217 (85.16% from 255 or 63.45% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD973 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD973 is #F5268C. Grayscale: #8F8F8F. Windows color (decimal): -16066189 or 7592202. OLE color: 7592202.

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

Color convert

RGB 10 217 115 -
CMYK 0.95 0 0.47 0.15
HSL 150.43º 0.91% 0.45% -
HSV(B) 150.43º 0.95% 0.85% -
XYZ 28.03 50.93 24.57 -
YUV 143.48 111.92 32.79 -
System Red Green Blue C M Y K H S L
Decimal 10 217 115 0.95 0 0.47 0.15 150.43 0.91 0.45
Hex A D9 73 5F 0 2F F 96 5B 2D
Octal 12 331 163 137 0 57 17 226 133 55
Binary 1010 11011001 1110011 1011111 0 101111 1111 10010110 1011011 101101

Color Harmonies of #0AD973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD973

Black with #0AD973

Text Example


Text Example

White with #0AD973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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