Html Css Color HEX #0ADC4F Malachite

📋 copy color: '#0ADC4F'

red 10 ◦ green 220 ◦ blue 79

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

Shades of Malachite #0ADC4F

Tints of Malachite #0ADC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.57%

R = 3.24%
G = 71.2%
B = 25.57%

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

#0ADC4F (or 0x0ADC4F) is known color: Malachite. HEX triplet: 0A, DC and 4F. RGB value is (10,220,79). Sum of RGB (Red+Green+Blue) = 10+220+79=309 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.24% from 309); Green value is 220 (86.33% from 255 or 71.20% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADC4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADC4F is #F523B0. Grayscale: #8D8D8D. Windows color (decimal): -16065457 or 5233674. OLE color: 5233674.

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

Color convert

RGB 10 220 79 -
CMYK 0.95 0 0.64 0.14
HSL 139.71º 0.91% 0.45% -
HSV(B) 139.71º 0.95% 0.86% -
XYZ 27.13 51.82 15.97 -
YUV 141.14 92.93 34.46 -
System Red Green Blue C M Y K H S L
Decimal 10 220 79 0.95 0 0.64 0.14 139.71 0.91 0.45
Hex A DC 4F 5F 0 40 E 8C 5B 2D
Octal 12 334 117 137 0 100 16 214 133 55
Binary 1010 11011100 1001111 1011111 0 1000000 1110 10001100 1011011 101101

Color Harmonies of #0ADC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADC4F

Black with #0ADC4F

Text Example


Text Example

White with #0ADC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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