Html Css Color HEX #0ADE37 Malachite

📋 copy color: '#0ADE37'

red 10 ◦ green 222 ◦ blue 55

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

Shades of Malachite #0ADE37

Tints of Malachite #0ADE37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.16%

R = 3.48%
G = 77.35%
B = 19.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#0ADE37 (or 0x0ADE37) is known color: Malachite. HEX triplet: 0A, DE and 37. RGB value is (10,222,55). Sum of RGB (Red+Green+Blue) = 10+222+55=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 222 (87.11% from 255 or 77.35% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADE37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADE37 is #F521C8. Grayscale: #8C8C8C. Windows color (decimal): -16064969 or 3661322. OLE color: 3661322.

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

Color convert

RGB 10 222 55 -
CMYK 0.95 0 0.75 0.13
HSL 132.74º 0.91% 0.45% -
HSV(B) 132.74º 0.95% 0.87% -
XYZ 26.94 52.58 12.34 -
YUV 139.57 80.26 35.58 -
System Red Green Blue C M Y K H S L
Decimal 10 222 55 0.95 0 0.75 0.13 132.74 0.91 0.45
Hex A DE 37 5F 0 4B D 85 5B 2D
Octal 12 336 67 137 0 113 15 205 133 55
Binary 1010 11011110 110111 1011111 0 1001011 1101 10000101 1011011 101101

Color Harmonies of #0ADE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADE37

Black with #0ADE37

Text Example


Text Example

White with #0ADE37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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