Html Css Color HEX #0AD560 Malachite

📋 copy color: '#0AD560'

red 10 ◦ green 213 ◦ blue 96

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

Shades of Malachite #0AD560

Tints of Malachite #0AD560

RGB

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

 GREEN value IS 213 (83.59% from 255) = 66.77%

 BLUE value IS 96 (37.89% from 255) = 30.09%

R = 3.13%
G = 66.77%
B = 30.09%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#0AD560 (or 0x0AD560) is known color: Malachite. HEX triplet: 0A, D5 and 60. RGB value is (10,213,96). Sum of RGB (Red+Green+Blue) = 10+213+96=319 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.13% from 319); Green value is 213 (83.59% from 255 or 66.77% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD560 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD560 is #F52A9F. Grayscale: #8B8B8B. Windows color (decimal): -16067232 or 6345994. OLE color: 6345994.

HSL color Cylindrical-coordinate representation of color #0AD560: hue angle of 145.42º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD560 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 10 213 96 -
CMYK 0.95 0 0.55 0.16
HSL 145.42º 0.91% 0.44% -
HSV(B) 145.42º 0.95% 0.84% -
XYZ 26.03 48.5 19.06 -
YUV 138.97 103.75 36.01 -
System Red Green Blue C M Y K H S L
Decimal 10 213 96 0.95 0 0.55 0.16 145.42 0.91 0.44
Hex A D5 60 5F 0 37 10 91 5B 2C
Octal 12 325 140 137 0 67 20 221 133 54
Binary 1010 11010101 1100000 1011111 0 110111 10000 10010001 1011011 101100

Color Harmonies of #0AD560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD560

Black with #0AD560

Text Example


Text Example

White with #0AD560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,213,96); }

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

background-color css

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

 a { background-color: rgb(10,213,96); }

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

border-color css

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

 span { border-color: rgb(10,213,96); }

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