Html Css Color HEX #0AD476 Malachite

📋 copy color: '#0AD476'

red 10 ◦ green 212 ◦ blue 118

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

Shades of Malachite #0AD476

Tints of Malachite #0AD476

RGB

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

 GREEN value IS 212 (83.2% from 255) = 62.35%

 BLUE value IS 118 (46.48% from 255) = 34.71%

R = 2.94%
G = 62.35%
B = 34.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#0AD476 (or 0x0AD476) is known color: Malachite. HEX triplet: 0A, D4 and 76. RGB value is (10,212,118). Sum of RGB (Red+Green+Blue) = 10+212+118=340 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.94% from 340); Green value is 212 (83.20% from 255 or 62.35% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD476 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD476 is #F52B89. Grayscale: #8D8D8D. Windows color (decimal): -16067466 or 7787530. OLE color: 7787530.

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

Color convert

RGB 10 212 118 -
CMYK 0.95 0 0.44 0.17
HSL 152.08º 0.91% 0.44% -
HSV(B) 152.08º 0.95% 0.83% -
XYZ 26.94 48.46 25.07 -
YUV 140.89 115.08 34.64 -
System Red Green Blue C M Y K H S L
Decimal 10 212 118 0.95 0 0.44 0.17 152.08 0.91 0.44
Hex A D4 76 5F 0 2C 11 98 5B 2C
Octal 12 324 166 137 0 54 21 230 133 54
Binary 1010 11010100 1110110 1011111 0 101100 10001 10011000 1011011 101100

Color Harmonies of #0AD476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD476

Black with #0AD476

Text Example


Text Example

White with #0AD476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,212,118); }

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

background-color css

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

 a { background-color: rgb(10,212,118); }

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

border-color css

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

 span { border-color: rgb(10,212,118); }

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