#C0DCA1

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

Shades of Pixie Green #C0DCA1

Tints of Pixie Green #C0DCA1

Color information

#C0DCA1 (or 0xC0DCA1) is unknown color: approx Pixie Green. HEX triplet: C0, DC and A1. RGB value is (192,220,161). Sum of RGB (Red+Green+Blue) = 192+220+161=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 161 (63.28% from 255 or 28.10% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DCA1 is #3F235E. Grayscale: #CDCDCD. Windows color (decimal): -4137823 or 10607808. OLE color: 10607808.

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

Color convert

RGB192220161-
CMYK0.1300.270.14
HSL88.47º45.74%74.71%-
HSV(B)88.47º26.82%86.27%-
XYZ53.7664.9743.42-
YUV204.9103.22118.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.51%
GREEN value IS 220 (86.33% from 255) = 38.39%
BLUE value IS 161 (63.28% from 255) = 28.10%
R=33.51%
G=38.39%
B=28.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922201610.1300.270.1488.4745.7474.71
HexC0DCA1D01BE582e4b
Octal300334241150331613056113
Binary1100000011011100101000011101011011111010110001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DCA1; }

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

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

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

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

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

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

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

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