#03CC66

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

Shades of Malachite #03CC66

Tints of Malachite #03CC66

Color information

#03CC66 (or 0x03CC66) is unknown color: approx Malachite. HEX triplet: 03, CC and 66. RGB value is (3,204,102). Sum of RGB (Red+Green+Blue) = 3+204+102=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 204 (80.08% from 255 or 66.02% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CC66 is #FC3399. Grayscale: #848484. Windows color (decimal): -16528282 or 6736899. OLE color: 6736899.

HSL color Cylindrical-coordinate representation of color #03CC66: hue angle of 149.55º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CC66 is Cyan = 0.99, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB3204102-
CMYK0.9900.50.2
HSL149.55º97.1%40.59%-
HSV(B)149.55º98.53%80%-
XYZ24.0344.1619.83-
YUV132.27110.9135.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.97%
GREEN value IS 204 (80.08% from 255) = 66.02%
BLUE value IS 102 (40.23% from 255) = 33.01%
R=0.97%
G=66.02%
B=33.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal32041020.9900.50.2149.5597.140.59
Hex3CC666303214966129
Octal33141461430622422614151
Binary111100110011001101100011011001010100100101101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03CC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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