#C2DCAC

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

Shades of Pixie Green #C2DCAC

Tints of Pixie Green #C2DCAC

Color information

#C2DCAC (or 0xC2DCAC) is unknown color: approx Pixie Green. HEX triplet: C2, DC and AC. RGB value is (194,220,172). Sum of RGB (Red+Green+Blue) = 194+220+172=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DCAC is #3D2353. Grayscale: #CECECE. Windows color (decimal): -4006740 or 11328706. OLE color: 11328706.

HSL color Cylindrical-coordinate representation of color #C2DCAC: hue angle of 92.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2DCAC is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB194220172-
CMYK0.1200.220.14
HSL92.5º40.68%76.86%-
HSV(B)92.5º21.82%86.27%-
XYZ55.2965.6348.78-
YUV206.75108.39118.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.11%
GREEN value IS 220 (86.33% from 255) = 37.54%
BLUE value IS 172 (67.58% from 255) = 29.35%
R=33.11%
G=37.54%
B=29.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942201720.1200.220.1492.540.6876.86
HexC2DCACC016E5c294d
Octal302334254140261613451115
Binary1100001011011100101011001100010110111010111001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DCAC; }

 p { color: rgb(194,220,172); }

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

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

 a { background-color: rgb(194,220,172); }

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

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

 span { border-color: rgb(194,220,172); }

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