#03CC16

Color #03CC16 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #03CC16

Tints of Dark Pastel Green #03CC16

Color information

#03CC16 (or 0x03CC16) is unknown color: approx Dark Pastel Green. HEX triplet: 03, CC and 16. RGB value is (3,204,22). Sum of RGB (Red+Green+Blue) = 3+204+22=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 204 (80.08% from 255 or 89.08% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03CC16 is #FC33E9. Grayscale: #7B7B7B. Windows color (decimal): -16528362 or 1494019. OLE color: 1494019.

HSL color Cylindrical-coordinate representation of color #03CC16: hue angle of 125.67º 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 #03CC16 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB320422-
CMYK0.9900.890.2
HSL125.67º97.1%40.59%-
HSV(B)125.67º98.53%80%-
XYZ21.7843.267.96-
YUV123.1570.9142.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.31%
GREEN value IS 204 (80.08% from 255) = 89.08%
BLUE value IS 22 (8.98% from 255) = 9.61%
R=1.31%
G=89.08%
B=9.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal3204220.9900.890.2125.6797.140.59
Hex3CC1663059147e6129
Octal33142614301312417614151
Binary1111001100101101100011010110011010011111101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03CC16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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