#C2D9AE

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

Shades of Pixie Green #C2D9AE

Tints of Pixie Green #C2D9AE

Color information

#C2D9AE (or 0xC2D9AE) is unknown color: approx Pixie Green. HEX triplet: C2, D9 and AE. RGB value is (194,217,174). Sum of RGB (Red+Green+Blue) = 194+217+174=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D9AE is #3D2651. Grayscale: #CDCDCD. Windows color (decimal): -4007506 or 11459010. OLE color: 11459010.

HSL color Cylindrical-coordinate representation of color #C2D9AE: hue angle of 92.09º 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 #C2D9AE is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB194217174-
CMYK0.1100.200.15
HSL92.09º36.13%76.67%-
HSV(B)92.09º19.82%85.1%-
XYZ54.764.1549.54-
YUV205.22110.38120-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.16%
GREEN value IS 217 (85.16% from 255) = 37.09%
BLUE value IS 174 (68.36% from 255) = 29.74%
R=33.16%
G=37.09%
B=29.74%

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
Decimal1942171740.1100.200.1592.0936.1376.67
HexC2D9AEB014F5c244d
Octal302331256130241713444115
Binary1100001011011001101011101011010100111110111001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D9AE; }

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

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

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

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

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

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

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

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