Html Css Color HEX #03E166 Malachite

📋 copy color: '#03E166'

red 3 ◦ green 225 ◦ blue 102

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

Shades of Malachite #03E166

Tints of Malachite #03E166

RGB

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

 GREEN value IS 225 (88.28% from 255) = 68.18%

 BLUE value IS 102 (40.23% from 255) = 30.91%

R = 0.91%
G = 68.18%
B = 30.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#03E166 (or 0x03E166) is known color: Malachite. HEX triplet: 03, E1 and 66. RGB value is (3,225,102). Sum of RGB (Red+Green+Blue) = 3+225+102=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 225 (88.28% from 255 or 68.18% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 225 - color contains mainly: green. Hex color #03E166 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03E166 is #FC1E99. Grayscale: #909090. Windows color (decimal): -16522906 or 6742275. OLE color: 6742275.

HSL color Cylindrical-coordinate representation of color #03E166: hue angle of 146.76º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E166 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 225 102 -
CMYK 0.99 0 0.55 0.12
HSL 146.76º 0.97% 0.45% -
HSV(B) 146.76º 0.99% 0.88% -
XYZ 29.36 54.83 21.61 -
YUV 144.6 103.95 27 -
System Red Green Blue C M Y K H S L
Decimal 3 225 102 0.99 0 0.55 0.12 146.76 0.97 0.45
Hex 3 E1 66 63 0 37 C 93 61 2D
Octal 3 341 146 143 0 67 14 223 141 55
Binary 11 11100001 1100110 1100011 0 110111 1100 10010011 1100001 101101

Color Harmonies of #03E166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03E166

Black with #03E166

Text Example


Text Example

White with #03E166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,225,102); }

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

background-color css

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

 a { background-color: rgb(3,225,102); }

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

border-color css

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

 span { border-color: rgb(3,225,102); }

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