Html Css Color HEX #03D66A Malachite

📋 copy color: '#03D66A'

red 3 ◦ green 214 ◦ blue 106

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

Shades of Malachite #03D66A

Tints of Malachite #03D66A

RGB

 RED value IS 3 (1.56% from 255) = 0.93%

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

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

R = 0.93%
G = 66.25%
B = 32.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#03D66A (or 0x03D66A) is known color: Malachite. HEX triplet: 03, D6 and 6A. RGB value is (3,214,106). Sum of RGB (Red+Green+Blue) = 3+214+106=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 214 (83.98% from 255 or 66.25% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 214 - color contains mainly: green. Hex color #03D66A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D66A is #FC2995. Grayscale: #8A8A8A. Windows color (decimal): -16525718 or 7001603. OLE color: 7001603.

HSL color Cylindrical-coordinate representation of color #03D66A: hue angle of 149.29º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D66A is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 3 214 106 -
CMYK 0.99 0 0.50 0.16
HSL 149.29º 0.97% 0.43% -
HSV(B) 149.29º 0.99% 0.84% -
XYZ 26.69 49.15 21.72 -
YUV 138.6 109.6 31.28 -
System Red Green Blue C M Y K H S L
Decimal 3 214 106 0.99 0 0.50 0.16 149.29 0.97 0.43
Hex 3 D6 6A 63 0 32 10 95 61 2B
Octal 3 326 152 143 0 62 20 225 141 53
Binary 11 11010110 1101010 1100011 0 110010 10000 10010101 1100001 101011

Color Harmonies of #03D66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D66A

Black with #03D66A

Text Example


Text Example

White with #03D66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03D66A; }

 p { color: rgb(3,214,106); }

 H1.HeaderClassName
 {
   color: #03D66A;
 }
 .AnyTagClassName
 {
   color: #03D66A;
 }
</style>

background-color css

<style>
 a { background-color: #03D66A; }

 a { background-color: rgb(3,214,106); }

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

border-color css

<style>
 span { border-color: #03D66A; }

 span { border-color: rgb(3,214,106); }

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