#C5DCAC

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

Shades of Pixie Green #C5DCAC

Tints of Pixie Green #C5DCAC

Color information

#C5DCAC (or 0xC5DCAC) is unknown color: approx Pixie Green. HEX triplet: C5, DC and AC. RGB value is (197,220,172). Sum of RGB (Red+Green+Blue) = 197+220+172=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DCAC is #3A2353. Grayscale: #CFCFCF. Windows color (decimal): -3810132 or 11328709. OLE color: 11328709.

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

Color convert

RGB197220172-
CMYK0.1000.220.14
HSL88.75º40.68%76.86%-
HSV(B)88.75º21.82%86.27%-
XYZ56.0766.0448.82-
YUV207.65107.88120.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.45%
GREEN value IS 220 (86.33% from 255) = 37.35%
BLUE value IS 172 (67.58% from 255) = 29.20%
R=33.45%
G=37.35%
B=29.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972201720.1000.220.1488.7540.6876.86
HexC5DCACA016E59294d
Octal305334254120261613151115
Binary1100010111011100101011001010010110111010110011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DCAC; }

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

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

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

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

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

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

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

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