#C1D9AE

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

Shades of Pixie Green #C1D9AE

Tints of Pixie Green #C1D9AE

Color information

#C1D9AE (or 0xC1D9AE) is unknown color: approx Pixie Green. HEX triplet: C1, D9 and AE. RGB value is (193,217,174). Sum of RGB (Red+Green+Blue) = 193+217+174=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D9AE is #3E2651. Grayscale: #CDCDCD. Windows color (decimal): -4073042 or 11459009. OLE color: 11459009.

HSL color Cylindrical-coordinate representation of color #C1D9AE: hue angle of 93.49º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1D9AE is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB193217174-
CMYK0.1100.200.15
HSL93.49º36.13%76.67%-
HSV(B)93.49º19.82%85.1%-
XYZ54.4564.0249.53-
YUV204.92110.55119.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.05%
GREEN value IS 217 (85.16% from 255) = 37.16%
BLUE value IS 174 (68.36% from 255) = 29.79%
R=33.05%
G=37.16%
B=29.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1932171740.1100.200.1593.4936.1376.67
HexC1D9AEB014F5d244d
Octal301331256130241713544115
Binary1100000111011001101011101011010100111110111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D9AE; }

 p { color: rgb(193,217,174); }

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

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

 a { background-color: rgb(193,217,174); }

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

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

 span { border-color: rgb(193,217,174); }

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