#C2DDAA

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

Shades of Pixie Green #C2DDAA

Tints of Pixie Green #C2DDAA

Color information

#C2DDAA (or 0xC2DDAA) is unknown color: approx Pixie Green. HEX triplet: C2, DD and AA. RGB value is (194,221,170). Sum of RGB (Red+Green+Blue) = 194+221+170=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DDAA is #3D2255. Grayscale: #CFCFCF. Windows color (decimal): -4006486 or 11197890. OLE color: 11197890.

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

Color convert

RGB194221170-
CMYK0.1200.230.13
HSL91.76º42.86%76.67%-
HSV(B)91.76º23.08%86.67%-
XYZ55.3666.0847.87-
YUV207.11107.05118.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.16%
GREEN value IS 221 (86.72% from 255) = 37.78%
BLUE value IS 170 (66.80% from 255) = 29.06%
R=33.16%
G=37.78%
B=29.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942211700.1200.230.1391.7642.8676.67
HexC2DDAAC017D5c2b4d
Octal302335252140271513453115
Binary1100001011011101101010101100010111110110111001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DDAA; }

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

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

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

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

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

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

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

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