Html Css Color HEX #0AD959 Malachite

📋 copy color: '#0AD959'

red 10 ◦ green 217 ◦ blue 89

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

Shades of Malachite #0AD959

Tints of Malachite #0AD959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 28.16%

R = 3.16%
G = 68.67%
B = 28.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#0AD959 (or 0x0AD959) is known color: Malachite. HEX triplet: 0A, D9 and 59. RGB value is (10,217,89). Sum of RGB (Red+Green+Blue) = 10+217+89=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 217 (85.16% from 255 or 68.67% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD959 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD959 is #F526A6. Grayscale: #8C8C8C. Windows color (decimal): -16066215 or 5888266. OLE color: 5888266.

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

Color convert

RGB 10 217 89 -
CMYK 0.95 0 0.59 0.15
HSL 142.9º 0.91% 0.45% -
HSV(B) 142.9º 0.95% 0.85% -
XYZ 26.74 50.41 17.77 -
YUV 140.52 98.92 34.91 -
System Red Green Blue C M Y K H S L
Decimal 10 217 89 0.95 0 0.59 0.15 142.9 0.91 0.45
Hex A D9 59 5F 0 3B F 8F 5B 2D
Octal 12 331 131 137 0 73 17 217 133 55
Binary 1010 11011001 1011001 1011111 0 111011 1111 10001111 1011011 101101

Color Harmonies of #0AD959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD959

Black with #0AD959

Text Example


Text Example

White with #0AD959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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