#03D266

Color #03D266 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #03D266

Tints of Malachite #03D266

Color information

#03D266 (or 0x03D266) is unknown color: approx Malachite. HEX triplet: 03, D2 and 66. RGB value is (3,210,102). Sum of RGB (Red+Green+Blue) = 3+210+102=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 210 (82.42% from 255 or 66.67% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 210 - color contains mainly: green. Hex color #03D266 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D266 is #FC2D99. Grayscale: #888888. Windows color (decimal): -16526746 or 6738435. OLE color: 6738435.

HSL color Cylindrical-coordinate representation of color #03D266: hue angle of 148.7º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D266 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB3210102-
CMYK0.9900.510.18
HSL148.7º97.18%41.76%-
HSV(B)148.7º98.57%82.35%-
XYZ25.4847.0720.31-
YUV135.8108.9233.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.95%
GREEN value IS 210 (82.42% from 255) = 66.67%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=0.95%
G=66.67%
B=32.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal32101020.9900.510.18148.797.1841.76
Hex3D266630331295612a
Octal33221461430632222514152
Binary111101001011001101100011011001110010100101011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03D266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03D266;
 }
 .AnyTagClassName
 {
   color: #03D266;
 }
</style>
background-color css

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

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

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

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

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

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