#C0DCA6

Color #C0DCA6 Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #C0DCA6

Tints of Pixie Green #C0DCA6

Color information

#C0DCA6 (or 0xC0DCA6) is unknown color: approx Pixie Green. HEX triplet: C0, DC and A6. RGB value is (192,220,166). Sum of RGB (Red+Green+Blue) = 192+220+166=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 166 (65.23% from 255 or 28.72% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DCA6 is #3F2359. Grayscale: #CDCDCD. Windows color (decimal): -4137818 or 10935488. OLE color: 10935488.

HSL color Cylindrical-coordinate representation of color #C0DCA6: hue angle of 91.11º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0DCA6 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB192220166-
CMYK0.1300.250.14
HSL91.11º43.55%75.69%-
HSV(B)91.11º24.55%86.27%-
XYZ54.2165.1545.79-
YUV205.47105.72118.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.22%
GREEN value IS 220 (86.33% from 255) = 38.06%
BLUE value IS 166 (65.23% from 255) = 28.72%
R=33.22%
G=38.06%
B=28.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922201660.1300.250.1491.1143.5575.69
HexC0DCA6D019E5b2c4c
Octal300334246150311613354114
Binary1100000011011100101001101101011001111010110111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DCA6; }

 p { color: rgb(192,220,166); }

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

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

 a { background-color: rgb(192,220,166); }

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

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

 span { border-color: rgb(192,220,166); }

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