#01C816

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

Shades of Dark Pastel Green #01C816

Tints of Dark Pastel Green #01C816

Color information

#01C816 (or 0x01C816) is unknown color: approx Dark Pastel Green. HEX triplet: 01, C8 and 16. RGB value is (1,200,22). Sum of RGB (Red+Green+Blue) = 1+200+22=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 200 (78.52% from 255 or 89.69% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 200 - color contains mainly: green. Hex color #01C816 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C816 is #FE37E9. Grayscale: #787878. Windows color (decimal): -16660458 or 1492993. OLE color: 1492993.

HSL color Cylindrical-coordinate representation of color #01C816: hue angle of 126.33º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C816 is Cyan = 1.00, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB120022-
CMYK1.0000.890.22
HSL126.33º99%39.41%-
HSV(B)126.33º99.5%78.43%-
XYZ20.8141.377.65-
YUV120.2172.5742.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 200 (78.52% from 255) = 89.69%
BLUE value IS 22 (8.98% from 255) = 9.87%
R=0.45%
G=89.69%
B=9.87%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1200221.0000.890.22126.339939.41
Hex1C81664059167e6327
Octal13102614401312617614347
Binary111001000101101100100010110011011011111101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01C816; }

 p { color: rgb(1,200,22); }

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

<style>
 a { background-color: #01C816; }

 a { background-color: rgb(1,200,22); }

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

<style>
 span { border-color: #01C816; }

 span { border-color: rgb(1,200,22); }

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