Html Css Color HEX #0ADD50 Malachite

📋 copy color: '#0ADD50'

red 10 ◦ green 221 ◦ blue 80

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

Shades of Malachite #0ADD50

Tints of Malachite #0ADD50

RGB

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

 GREEN value IS 221 (86.72% from 255) = 71.06%

 BLUE value IS 80 (31.64% from 255) = 25.72%

R = 3.22%
G = 71.06%
B = 25.72%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#0ADD50 (or 0x0ADD50) is known color: Malachite. HEX triplet: 0A, DD and 50. RGB value is (10,221,80). Sum of RGB (Red+Green+Blue) = 10+221+80=311 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.22% from 311); Green value is 221 (86.72% from 255 or 71.06% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADD50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADD50 is #F522AF. Grayscale: #8E8E8E. Windows color (decimal): -16065200 or 5299466. OLE color: 5299466.

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

Color convert

RGB 10 221 80 -
CMYK 0.95 0 0.64 0.13
HSL 139.91º 0.91% 0.45% -
HSV(B) 139.91º 0.95% 0.87% -
XYZ 27.43 52.36 16.25 -
YUV 141.84 93.1 33.96 -
System Red Green Blue C M Y K H S L
Decimal 10 221 80 0.95 0 0.64 0.13 139.91 0.91 0.45
Hex A DD 50 5F 0 40 D 8C 5B 2D
Octal 12 335 120 137 0 100 15 214 133 55
Binary 1010 11011101 1010000 1011111 0 1000000 1101 10001100 1011011 101101

Color Harmonies of #0ADD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADD50

Black with #0ADD50

Text Example


Text Example

White with #0ADD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,221,80); }

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

background-color css

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

 a { background-color: rgb(10,221,80); }

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

border-color css

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

 span { border-color: rgb(10,221,80); }

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