Html Css Color HEX #0AD646 Malachite

📋 copy color: '#0AD646'

red 10 ◦ green 214 ◦ blue 70

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

Shades of Malachite #0AD646

Tints of Malachite #0AD646

RGB

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

 GREEN value IS 214 (83.98% from 255) = 72.79%

 BLUE value IS 70 (27.73% from 255) = 23.81%

R = 3.4%
G = 72.79%
B = 23.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#0AD646 (or 0x0AD646) is known color: Malachite. HEX triplet: 0A, D6 and 46. RGB value is (10,214,70). Sum of RGB (Red+Green+Blue) = 10+214+70=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 214 (83.98% from 255 or 72.79% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD646 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD646 is #F529B9. Grayscale: #888888. Windows color (decimal): -16067002 or 4642314. OLE color: 4642314.

HSL color Cylindrical-coordinate representation of color #0AD646: hue angle of 137.65º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD646 is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 10 214 70 -
CMYK 0.95 0 0.67 0.16
HSL 137.65º 0.91% 0.44% -
HSV(B) 137.65º 0.95% 0.84% -
XYZ 25.28 48.6 13.84 -
YUV 136.59 90.41 37.71 -
System Red Green Blue C M Y K H S L
Decimal 10 214 70 0.95 0 0.67 0.16 137.65 0.91 0.44
Hex A D6 46 5F 0 43 10 8A 5B 2C
Octal 12 326 106 137 0 103 20 212 133 54
Binary 1010 11010110 1000110 1011111 0 1000011 10000 10001010 1011011 101100

Color Harmonies of #0AD646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD646

Black with #0AD646

Text Example


Text Example

White with #0AD646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,214,70); }

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

background-color css

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

 a { background-color: rgb(10,214,70); }

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

border-color css

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

 span { border-color: rgb(10,214,70); }

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