Html Css Color HEX #0AD961 Malachite

📋 copy color: '#0AD961'

red 10 ◦ green 217 ◦ blue 97

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

Shades of Malachite #0AD961

Tints of Malachite #0AD961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.94%

R = 3.09%
G = 66.98%
B = 29.94%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#0AD961 (or 0x0AD961) is known color: Malachite. HEX triplet: 0A, D9 and 61. RGB value is (10,217,97). Sum of RGB (Red+Green+Blue) = 10+217+97=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 217 (85.16% from 255 or 66.98% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD961 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD961 is #F5269E. Grayscale: #8D8D8D. Windows color (decimal): -16066207 or 6412554. OLE color: 6412554.

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

Color convert

RGB 10 217 97 -
CMYK 0.95 0 0.55 0.15
HSL 145.22º 0.91% 0.45% -
HSV(B) 145.22º 0.95% 0.85% -
XYZ 27.1 50.55 19.64 -
YUV 141.43 102.92 34.26 -
System Red Green Blue C M Y K H S L
Decimal 10 217 97 0.95 0 0.55 0.15 145.22 0.91 0.45
Hex A D9 61 5F 0 37 F 91 5B 2D
Octal 12 331 141 137 0 67 17 221 133 55
Binary 1010 11011001 1100001 1011111 0 110111 1111 10010001 1011011 101101

Color Harmonies of #0AD961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD961

Black with #0AD961

Text Example


Text Example

White with #0AD961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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