Html Css Color HEX #0ADB37 Malachite

📋 copy color: '#0ADB37'

red 10 ◦ green 219 ◦ blue 55

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

Shades of Malachite #0ADB37

Tints of Malachite #0ADB37

RGB

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

 GREEN value IS 219 (85.94% from 255) = 77.11%

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

R = 3.52%
G = 77.11%
B = 19.37%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#0ADB37 (or 0x0ADB37) is known color: Malachite. HEX triplet: 0A, DB and 37. RGB value is (10,219,55). Sum of RGB (Red+Green+Blue) = 10+219+55=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 219 (85.94% from 255 or 77.11% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 219 - color contains mainly: green. Hex color #0ADB37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADB37 is #F524C8. Grayscale: #8A8A8A. Windows color (decimal): -16065737 or 3660554. OLE color: 3660554.

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

Color convert

RGB 10 219 55 -
CMYK 0.95 0 0.75 0.14
HSL 132.92º 0.91% 0.45% -
HSV(B) 132.92º 0.95% 0.86% -
XYZ 26.15 51 12.08 -
YUV 137.81 81.26 36.84 -
System Red Green Blue C M Y K H S L
Decimal 10 219 55 0.95 0 0.75 0.14 132.92 0.91 0.45
Hex A DB 37 5F 0 4B E 85 5B 2D
Octal 12 333 67 137 0 113 16 205 133 55
Binary 1010 11011011 110111 1011111 0 1001011 1110 10000101 1011011 101101

Color Harmonies of #0ADB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADB37

Black with #0ADB37

Text Example


Text Example

White with #0ADB37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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