Html Css Color HEX #0ADA5D Malachite

📋 copy color: '#0ADA5D'

red 10 ◦ green 218 ◦ blue 93

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

Shades of Malachite #0ADA5D

Tints of Malachite #0ADA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 3.12%
G = 67.91%
B = 28.97%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#0ADA5D (or 0x0ADA5D) is known color: Malachite. HEX triplet: 0A, DA and 5D. RGB value is (10,218,93). Sum of RGB (Red+Green+Blue) = 10+218+93=321 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 321); Green value is 218 (85.55% from 255 or 67.91% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADA5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADA5D is #F525A2. Grayscale: #8D8D8D. Windows color (decimal): -16065955 or 6150666. OLE color: 6150666.

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

Color convert

RGB 10 218 93 -
CMYK 0.95 0 0.57 0.15
HSL 143.94º 0.91% 0.45% -
HSV(B) 143.94º 0.95% 0.85% -
XYZ 27.17 51 18.77 -
YUV 141.56 100.59 34.16 -
System Red Green Blue C M Y K H S L
Decimal 10 218 93 0.95 0 0.57 0.15 143.94 0.91 0.45
Hex A DA 5D 5F 0 39 F 90 5B 2D
Octal 12 332 135 137 0 71 17 220 133 55
Binary 1010 11011010 1011101 1011111 0 111001 1111 10010000 1011011 101101

Color Harmonies of #0ADA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADA5D

Black with #0ADA5D

Text Example


Text Example

White with #0ADA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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