#C1DDAA

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

Shades of Pixie Green #C1DDAA

Tints of Pixie Green #C1DDAA

Color information

#C1DDAA (or 0xC1DDAA) is unknown color: approx Pixie Green. HEX triplet: C1, DD and AA. RGB value is (193,221,170). Sum of RGB (Red+Green+Blue) = 193+221+170=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DDAA is #3E2255. Grayscale: #CECECE. Windows color (decimal): -4072022 or 11197889. OLE color: 11197889.

HSL color Cylindrical-coordinate representation of color #C1DDAA: hue angle of 92.94º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1DDAA is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB193221170-
CMYK0.1300.230.13
HSL92.94º42.86%76.67%-
HSV(B)92.94º23.08%86.67%-
XYZ55.165.9547.86-
YUV206.81107.22118.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.05%
GREEN value IS 221 (86.72% from 255) = 37.84%
BLUE value IS 170 (66.80% from 255) = 29.11%
R=33.05%
G=37.84%
B=29.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1932211700.1300.230.1392.9442.8676.67
HexC1DDAAD017D5d2b4d
Octal301335252150271513553115
Binary1100000111011101101010101101010111110110111011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DDAA; }

 p { color: rgb(193,221,170); }

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

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

 a { background-color: rgb(193,221,170); }

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

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

 span { border-color: rgb(193,221,170); }

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