Html Css Color HEX #0ADC4C Malachite

📋 copy color: '#0ADC4C'

red 10 ◦ green 220 ◦ blue 76

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

Shades of Malachite #0ADC4C

Tints of Malachite #0ADC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.84%

R = 3.27%
G = 71.9%
B = 24.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#0ADC4C (or 0x0ADC4C) is known color: Malachite. HEX triplet: 0A, DC and 4C. RGB value is (10,220,76). Sum of RGB (Red+Green+Blue) = 10+220+76=306 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.27% from 306); Green value is 220 (86.33% from 255 or 71.90% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADC4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADC4C is #F523B3. Grayscale: #8D8D8D. Windows color (decimal): -16065460 or 5037066. OLE color: 5037066.

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

Color convert

RGB 10 220 76 -
CMYK 0.95 0 0.65 0.14
HSL 138.86º 0.91% 0.45% -
HSV(B) 138.86º 0.95% 0.86% -
XYZ 27.02 51.77 15.41 -
YUV 140.79 91.43 34.71 -
System Red Green Blue C M Y K H S L
Decimal 10 220 76 0.95 0 0.65 0.14 138.86 0.91 0.45
Hex A DC 4C 5F 0 41 E 8B 5B 2D
Octal 12 334 114 137 0 101 16 213 133 55
Binary 1010 11011100 1001100 1011111 0 1000001 1110 10001011 1011011 101101

Color Harmonies of #0ADC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADC4C

Black with #0ADC4C

Text Example


Text Example

White with #0ADC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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