Html Css Color HEX #0ADE32 Malachite

📋 copy color: '#0ADE32'

red 10 ◦ green 222 ◦ blue 50

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

Shades of Malachite #0ADE32

Tints of Malachite #0ADE32

RGB

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

 GREEN value IS 222 (87.11% from 255) = 78.72%

 BLUE value IS 50 (19.92% from 255) = 17.73%

R = 3.55%
G = 78.72%
B = 17.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#0ADE32 (or 0x0ADE32) is known color: Malachite. HEX triplet: 0A, DE and 32. RGB value is (10,222,50). Sum of RGB (Red+Green+Blue) = 10+222+50=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 222 (87.11% from 255 or 78.72% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADE32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADE32 is #F521CD. Grayscale: #8B8B8B. Windows color (decimal): -16064974 or 3333642. OLE color: 3333642.

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

Color convert

RGB 10 222 50 -
CMYK 0.95 0 0.77 0.13
HSL 131.32º 0.91% 0.45% -
HSV(B) 131.32º 0.95% 0.87% -
XYZ 26.82 52.54 11.74 -
YUV 139 77.76 35.99 -
System Red Green Blue C M Y K H S L
Decimal 10 222 50 0.95 0 0.77 0.13 131.32 0.91 0.45
Hex A DE 32 5F 0 4D D 83 5B 2D
Octal 12 336 62 137 0 115 15 203 133 55
Binary 1010 11011110 110010 1011111 0 1001101 1101 10000011 1011011 101101

Color Harmonies of #0ADE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADE32

Black with #0ADE32

Text Example


Text Example

White with #0ADE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,222,50); }

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

background-color css

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

 a { background-color: rgb(10,222,50); }

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

border-color css

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

 span { border-color: rgb(10,222,50); }

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