Html Css Color HEX #0ADC50 Malachite

📋 copy color: '#0ADC50'

red 10 ◦ green 220 ◦ blue 80

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

Shades of Malachite #0ADC50

Tints of Malachite #0ADC50

RGB

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

 GREEN value IS 220 (86.33% from 255) = 70.97%

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 3.23%
G = 70.97%
B = 25.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#0ADC50 (or 0x0ADC50) is known color: Malachite. HEX triplet: 0A, DC and 50. RGB value is (10,220,80). Sum of RGB (Red+Green+Blue) = 10+220+80=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 220 (86.33% from 255 or 70.97% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADC50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADC50 is #F523AF. Grayscale: #8D8D8D. Windows color (decimal): -16065456 or 5299210. OLE color: 5299210.

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

Color convert

RGB 10 220 80 -
CMYK 0.95 0 0.64 0.14
HSL 140º 0.91% 0.45% -
HSV(B) 140º 0.95% 0.86% -
XYZ 27.17 51.83 16.16 -
YUV 141.25 93.43 34.38 -
System Red Green Blue C M Y K H S L
Decimal 10 220 80 0.95 0 0.64 0.14 140 0.91 0.45
Hex A DC 50 5F 0 40 E 8C 5B 2D
Octal 12 334 120 137 0 100 16 214 133 55
Binary 1010 11011100 1010000 1011111 0 1000000 1110 10001100 1011011 101101

Color Harmonies of #0ADC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADC50

Black with #0ADC50

Text Example


Text Example

White with #0ADC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,220,80); }

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

background-color css

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

 a { background-color: rgb(10,220,80); }

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

border-color css

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

 span { border-color: rgb(10,220,80); }

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