Html Css Color HEX #0ADD45 Malachite

📋 copy color: '#0ADD45'

red 10 ◦ green 221 ◦ blue 69

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

Shades of Malachite #0ADD45

Tints of Malachite #0ADD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23%

R = 3.33%
G = 73.67%
B = 23%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#0ADD45 (or 0x0ADD45) is known color: Malachite. HEX triplet: 0A, DD and 45. RGB value is (10,221,69). Sum of RGB (Red+Green+Blue) = 10+221+69=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 221 (86.72% from 255 or 73.67% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADD45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADD45 is #F522BA. Grayscale: #8C8C8C. Windows color (decimal): -16065211 or 4578570. OLE color: 4578570.

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

Color convert

RGB 10 221 69 -
CMYK 0.95 0 0.69 0.13
HSL 136.78º 0.91% 0.45% -
HSV(B) 136.78º 0.95% 0.87% -
XYZ 27.06 52.21 14.28 -
YUV 140.58 87.6 34.86 -
System Red Green Blue C M Y K H S L
Decimal 10 221 69 0.95 0 0.69 0.13 136.78 0.91 0.45
Hex A DD 45 5F 0 45 D 89 5B 2D
Octal 12 335 105 137 0 105 15 211 133 55
Binary 1010 11011101 1000101 1011111 0 1000101 1101 10001001 1011011 101101

Color Harmonies of #0ADD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADD45

Black with #0ADD45

Text Example


Text Example

White with #0ADD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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