Html Css Color HEX #0ADE71 Malachite

📋 copy color: '#0ADE71'

red 10 ◦ green 222 ◦ blue 113

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

Shades of Malachite #0ADE71

Tints of Malachite #0ADE71

RGB

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

 GREEN value IS 222 (87.11% from 255) = 64.35%

 BLUE value IS 113 (44.53% from 255) = 32.75%

R = 2.9%
G = 64.35%
B = 32.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#0ADE71 (or 0x0ADE71) is known color: Malachite. HEX triplet: 0A, DE and 71. RGB value is (10,222,113). Sum of RGB (Red+Green+Blue) = 10+222+113=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 222 (87.11% from 255 or 64.35% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADE71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADE71 is #F5218E. Grayscale: #929292. Windows color (decimal): -16064911 or 7462410. OLE color: 7462410.

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

Color convert

RGB 10 222 113 -
CMYK 0.95 0 0.49 0.13
HSL 149.15º 0.91% 0.45% -
HSV(B) 149.15º 0.95% 0.87% -
XYZ 29.23 53.5 24.41 -
YUV 146.19 109.26 30.86 -
System Red Green Blue C M Y K H S L
Decimal 10 222 113 0.95 0 0.49 0.13 149.15 0.91 0.45
Hex A DE 71 5F 0 31 D 95 5B 2D
Octal 12 336 161 137 0 61 15 225 133 55
Binary 1010 11011110 1110001 1011111 0 110001 1101 10010101 1011011 101101

Color Harmonies of #0ADE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADE71

Black with #0ADE71

Text Example


Text Example

White with #0ADE71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,222,113); }

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

background-color css

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

 a { background-color: rgb(10,222,113); }

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

border-color css

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

 span { border-color: rgb(10,222,113); }

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