Html Css Color HEX #0ADC3B Malachite

📋 copy color: '#0ADC3B'

red 10 ◦ green 220 ◦ blue 59

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

Shades of Malachite #0ADC3B

Tints of Malachite #0ADC3B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 76.12%

 BLUE value IS 59 (23.44% from 255) = 20.42%

R = 3.46%
G = 76.12%
B = 20.42%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#0ADC3B (or 0x0ADC3B) is known color: Malachite. HEX triplet: 0A, DC and 3B. RGB value is (10,220,59). Sum of RGB (Red+Green+Blue) = 10+220+59=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 220 (86.33% from 255 or 76.12% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADC3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADC3B is #F523C4. Grayscale: #8B8B8B. Windows color (decimal): -16065477 or 3922954. OLE color: 3922954.

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

Color convert

RGB 10 220 59 -
CMYK 0.95 0 0.73 0.14
HSL 134º 0.91% 0.45% -
HSV(B) 134º 0.95% 0.86% -
XYZ 26.51 51.57 12.69 -
YUV 138.86 82.93 36.09 -
System Red Green Blue C M Y K H S L
Decimal 10 220 59 0.95 0 0.73 0.14 134 0.91 0.45
Hex A DC 3B 5F 0 49 E 86 5B 2D
Octal 12 334 73 137 0 111 16 206 133 55
Binary 1010 11011100 111011 1011111 0 1001001 1110 10000110 1011011 101101

Color Harmonies of #0ADC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADC3B

Black with #0ADC3B

Text Example


Text Example

White with #0ADC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,220,59); }

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

background-color css

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

 a { background-color: rgb(10,220,59); }

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

border-color css

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

 span { border-color: rgb(10,220,59); }

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