Html Css Color HEX #0AD46E Malachite

📋 copy color: '#0AD46E'

red 10 ◦ green 212 ◦ blue 110

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

Shades of Malachite #0AD46E

Tints of Malachite #0AD46E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 63.86%

 BLUE value IS 110 (43.36% from 255) = 33.13%

R = 3.01%
G = 63.86%
B = 33.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#0AD46E (or 0x0AD46E) is known color: Malachite. HEX triplet: 0A, D4 and 6E. RGB value is (10,212,110). Sum of RGB (Red+Green+Blue) = 10+212+110=332 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.01% from 332); Green value is 212 (83.20% from 255 or 63.86% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD46E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD46E is #F52B91. Grayscale: #8C8C8C. Windows color (decimal): -16067474 or 7263242. OLE color: 7263242.

HSL color Cylindrical-coordinate representation of color #0AD46E: hue angle of 149.7º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD46E is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 10 212 110 -
CMYK 0.95 0 0.48 0.17
HSL 149.7º 0.91% 0.44% -
HSV(B) 149.7º 0.95% 0.83% -
XYZ 26.48 48.28 22.67 -
YUV 139.97 111.08 35.29 -
System Red Green Blue C M Y K H S L
Decimal 10 212 110 0.95 0 0.48 0.17 149.7 0.91 0.44
Hex A D4 6E 5F 0 30 11 96 5B 2C
Octal 12 324 156 137 0 60 21 226 133 54
Binary 1010 11010100 1101110 1011111 0 110000 10001 10010110 1011011 101100

Color Harmonies of #0AD46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD46E

Black with #0AD46E

Text Example


Text Example

White with #0AD46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,212,110); }

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

background-color css

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

 a { background-color: rgb(10,212,110); }

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

border-color css

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

 span { border-color: rgb(10,212,110); }

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