Html Css Color HEX #0AD86A Malachite

📋 copy color: '#0AD86A'

red 10 ◦ green 216 ◦ blue 106

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

Shades of Malachite #0AD86A

Tints of Malachite #0AD86A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 65.06%

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 3.01%
G = 65.06%
B = 31.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#0AD86A (or 0x0AD86A) is known color: Malachite. HEX triplet: 0A, D8 and 6A. RGB value is (10,216,106). Sum of RGB (Red+Green+Blue) = 10+216+106=332 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.01% from 332); Green value is 216 (84.77% from 255 or 65.06% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD86A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD86A is #F52795. Grayscale: #8E8E8E. Windows color (decimal): -16066454 or 7002122. OLE color: 7002122.

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

Color convert

RGB 10 216 106 -
CMYK 0.95 0 0.51 0.15
HSL 147.96º 0.91% 0.44% -
HSV(B) 147.96º 0.95% 0.85% -
XYZ 27.28 50.22 21.89 -
YUV 141.87 107.75 33.94 -
System Red Green Blue C M Y K H S L
Decimal 10 216 106 0.95 0 0.51 0.15 147.96 0.91 0.44
Hex A D8 6A 5F 0 33 F 94 5B 2C
Octal 12 330 152 137 0 63 17 224 133 54
Binary 1010 11011000 1101010 1011111 0 110011 1111 10010100 1011011 101100

Color Harmonies of #0AD86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD86A

Black with #0AD86A

Text Example


Text Example

White with #0AD86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,216,106); }

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

background-color css

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

 a { background-color: rgb(10,216,106); }

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

border-color css

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

 span { border-color: rgb(10,216,106); }

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