Html Css Color HEX #0AD956 Malachite

📋 copy color: '#0AD956'

red 10 ◦ green 217 ◦ blue 86

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

Shades of Malachite #0AD956

Tints of Malachite #0AD956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.48%

R = 3.19%
G = 69.33%
B = 27.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#0AD956 (or 0x0AD956) is known color: Malachite. HEX triplet: 0A, D9 and 56. RGB value is (10,217,86). Sum of RGB (Red+Green+Blue) = 10+217+86=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 217 (85.16% from 255 or 69.33% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD956 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD956 is #F526A9. Grayscale: #8C8C8C. Windows color (decimal): -16066218 or 5691658. OLE color: 5691658.

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

Color convert

RGB 10 217 86 -
CMYK 0.95 0 0.60 0.15
HSL 142.03º 0.91% 0.45% -
HSV(B) 142.03º 0.95% 0.85% -
XYZ 26.62 50.36 17.12 -
YUV 140.17 97.42 35.15 -
System Red Green Blue C M Y K H S L
Decimal 10 217 86 0.95 0 0.60 0.15 142.03 0.91 0.45
Hex A D9 56 5F 0 3C F 8E 5B 2D
Octal 12 331 126 137 0 74 17 216 133 55
Binary 1010 11011001 1010110 1011111 0 111100 1111 10001110 1011011 101101

Color Harmonies of #0AD956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD956

Black with #0AD956

Text Example


Text Example

White with #0AD956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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