#C1DCAC

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

Shades of Pixie Green #C1DCAC

Tints of Pixie Green #C1DCAC

Color information

#C1DCAC (or 0xC1DCAC) is unknown color: approx Pixie Green. HEX triplet: C1, DC and AC. RGB value is (193,220,172). Sum of RGB (Red+Green+Blue) = 193+220+172=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DCAC is #3E2353. Grayscale: #CECECE. Windows color (decimal): -4072276 or 11328705. OLE color: 11328705.

HSL color Cylindrical-coordinate representation of color #C1DCAC: hue angle of 93.75º 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 #C1DCAC is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB193220172-
CMYK0.1200.220.14
HSL93.75º40.68%76.86%-
HSV(B)93.75º21.82%86.27%-
XYZ55.0365.548.77-
YUV206.46108.55118.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.99%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=32.99%
G=37.61%
B=29.40%

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
Decimal1932201720.1200.220.1493.7540.6876.86
HexC1DCACC016E5e294d
Octal301334254140261613651115
Binary1100000111011100101011001100010110111010111101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DCAC; }

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

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

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

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

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

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

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

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