Html Css Color HEX #0ADC35 Malachite

📋 copy color: '#0ADC35'

red 10 ◦ green 220 ◦ blue 53

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

Shades of Malachite #0ADC35

Tints of Malachite #0ADC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.73%

R = 3.53%
G = 77.74%
B = 18.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#0ADC35 (or 0x0ADC35) is known color: Malachite. HEX triplet: 0A, DC and 35. RGB value is (10,220,53). Sum of RGB (Red+Green+Blue) = 10+220+53=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 220 (86.33% from 255 or 77.74% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADC35 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADC35 is #F523CA. Grayscale: #8A8A8A. Windows color (decimal): -16065483 or 3529738. OLE color: 3529738.

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

Color convert

RGB 10 220 53 -
CMYK 0.95 0 0.76 0.14
HSL 132.29º 0.91% 0.45% -
HSV(B) 132.29º 0.95% 0.86% -
XYZ 26.36 51.51 11.92 -
YUV 138.17 79.93 36.58 -
System Red Green Blue C M Y K H S L
Decimal 10 220 53 0.95 0 0.76 0.14 132.29 0.91 0.45
Hex A DC 35 5F 0 4C E 84 5B 2D
Octal 12 334 65 137 0 114 16 204 133 55
Binary 1010 11011100 110101 1011111 0 1001100 1110 10000100 1011011 101101

Color Harmonies of #0ADC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADC35

Black with #0ADC35

Text Example


Text Example

White with #0ADC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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