Html Css Color HEX #0ADA6E Malachite

📋 copy color: '#0ADA6E'

red 10 ◦ green 218 ◦ blue 110

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

Shades of Malachite #0ADA6E

Tints of Malachite #0ADA6E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 64.5%

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

R = 2.96%
G = 64.5%
B = 32.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#0ADA6E (or 0x0ADA6E) is known color: Malachite. HEX triplet: 0A, DA and 6E. RGB value is (10,218,110). Sum of RGB (Red+Green+Blue) = 10+218+110=338 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.96% from 338); Green value is 218 (85.55% from 255 or 64.50% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADA6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADA6E is #F52591. Grayscale: #8F8F8F. Windows color (decimal): -16065938 or 7264778. OLE color: 7264778.

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

Color convert

RGB 10 218 110 -
CMYK 0.95 0 0.50 0.15
HSL 148.85º 0.91% 0.45% -
HSV(B) 148.85º 0.95% 0.85% -
XYZ 28.01 51.33 23.18 -
YUV 143.5 109.09 32.78 -
System Red Green Blue C M Y K H S L
Decimal 10 218 110 0.95 0 0.50 0.15 148.85 0.91 0.45
Hex A DA 6E 5F 0 32 F 95 5B 2D
Octal 12 332 156 137 0 62 17 225 133 55
Binary 1010 11011010 1101110 1011111 0 110010 1111 10010101 1011011 101101

Color Harmonies of #0ADA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADA6E

Black with #0ADA6E

Text Example


Text Example

White with #0ADA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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