Html Css Color HEX #0ADB43 Malachite

📋 copy color: '#0ADB43'

red 10 ◦ green 219 ◦ blue 67

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

Shades of Malachite #0ADB43

Tints of Malachite #0ADB43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.64%

R = 3.38%
G = 73.99%
B = 22.64%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#0ADB43 (or 0x0ADB43) is known color: Malachite. HEX triplet: 0A, DB and 43. RGB value is (10,219,67). Sum of RGB (Red+Green+Blue) = 10+219+67=296 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.38% from 296); Green value is 219 (85.94% from 255 or 73.99% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 219 - color contains mainly: green. Hex color #0ADB43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADB43 is #F524BC. Grayscale: #8B8B8B. Windows color (decimal): -16065725 or 4446986. OLE color: 4446986.

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

Color convert

RGB 10 219 67 -
CMYK 0.95 0 0.69 0.14
HSL 136.36º 0.91% 0.45% -
HSV(B) 136.36º 0.95% 0.86% -
XYZ 26.47 51.13 13.78 -
YUV 139.18 87.26 35.86 -
System Red Green Blue C M Y K H S L
Decimal 10 219 67 0.95 0 0.69 0.14 136.36 0.91 0.45
Hex A DB 43 5F 0 45 E 88 5B 2D
Octal 12 333 103 137 0 105 16 210 133 55
Binary 1010 11011011 1000011 1011111 0 1000101 1110 10001000 1011011 101101

Color Harmonies of #0ADB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADB43

Black with #0ADB43

Text Example


Text Example

White with #0ADB43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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