Html Css Color HEX #0AD071 Malachite

📋 copy color: '#0AD071'

red 10 ◦ green 208 ◦ blue 113

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

Shades of Malachite #0AD071

Tints of Malachite #0AD071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 62.84%

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

R = 3.02%
G = 62.84%
B = 34.14%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#0AD071 (or 0x0AD071) is known color: Malachite. HEX triplet: 0A, D0 and 71. RGB value is (10,208,113). Sum of RGB (Red+Green+Blue) = 10+208+113=331 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.02% from 331); Green value is 208 (81.64% from 255 or 62.84% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 208 - color contains mainly: green. Hex color #0AD071 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD071 is #F52F8E. Grayscale: #8A8A8A. Windows color (decimal): -16068495 or 7458826. OLE color: 7458826.

HSL color Cylindrical-coordinate representation of color #0AD071: hue angle of 151.21º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD071 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 10 208 113 -
CMYK 0.95 0 0.46 0.18
HSL 151.21º 0.91% 0.43% -
HSV(B) 151.21º 0.95% 0.82% -
XYZ 25.66 46.37 23.22 -
YUV 137.97 113.9 36.72 -
System Red Green Blue C M Y K H S L
Decimal 10 208 113 0.95 0 0.46 0.18 151.21 0.91 0.43
Hex A D0 71 5F 0 2E 12 97 5B 2B
Octal 12 320 161 137 0 56 22 227 133 53
Binary 1010 11010000 1110001 1011111 0 101110 10010 10010111 1011011 101011

Color Harmonies of #0AD071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD071

Black with #0AD071

Text Example


Text Example

White with #0AD071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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