Html Css Color HEX #0ADA60 Malachite

📋 copy color: '#0ADA60'

red 10 ◦ green 218 ◦ blue 96

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

Shades of Malachite #0ADA60

Tints of Malachite #0ADA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.63%

R = 3.09%
G = 67.28%
B = 29.63%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#0ADA60 (or 0x0ADA60) is known color: Malachite. HEX triplet: 0A, DA and 60. RGB value is (10,218,96). Sum of RGB (Red+Green+Blue) = 10+218+96=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 218 (85.55% from 255 or 67.28% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADA60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADA60 is #F5259F. Grayscale: #8E8E8E. Windows color (decimal): -16065952 or 6347274. OLE color: 6347274.

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

Color convert

RGB 10 218 96 -
CMYK 0.95 0 0.56 0.15
HSL 144.81º 0.91% 0.45% -
HSV(B) 144.81º 0.95% 0.85% -
XYZ 27.31 51.05 19.48 -
YUV 141.9 102.09 33.92 -
System Red Green Blue C M Y K H S L
Decimal 10 218 96 0.95 0 0.56 0.15 144.81 0.91 0.45
Hex A DA 60 5F 0 38 F 91 5B 2D
Octal 12 332 140 137 0 70 17 221 133 55
Binary 1010 11011010 1100000 1011111 0 111000 1111 10010001 1011011 101101

Color Harmonies of #0ADA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADA60

Black with #0ADA60

Text Example


Text Example

White with #0ADA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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