#C2DAAA

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

Shades of Pixie Green #C2DAAA

Tints of Pixie Green #C2DAAA

Color information

#C2DAAA (or 0xC2DAAA) is unknown color: approx Pixie Green. HEX triplet: C2, DA and AA. RGB value is (194,218,170). Sum of RGB (Red+Green+Blue) = 194+218+170=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DAAA is #3D2555. Grayscale: #CDCDCD. Windows color (decimal): -4007254 or 11197122. OLE color: 11197122.

HSL color Cylindrical-coordinate representation of color #C2DAAA: hue angle of 90º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2DAAA is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB194218170-
CMYK0.1100.220.15
HSL90º39.34%76.08%-
HSV(B)90º22.02%85.49%-
XYZ54.5864.5147.61-
YUV205.35108.05119.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.33%
GREEN value IS 218 (85.55% from 255) = 37.46%
BLUE value IS 170 (66.80% from 255) = 29.21%
R=33.33%
G=37.46%
B=29.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942181700.1100.220.159039.3476.08
HexC2DAAAB016F5a274c
Octal302332252130261713247114
Binary1100001011011010101010101011010110111110110101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DAAA; }

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

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

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

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

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

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

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

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