#C2DAA4

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

Shades of Pixie Green #C2DAA4

Tints of Pixie Green #C2DAA4

Color information

#C2DAA4 (or 0xC2DAA4) is unknown color: approx Pixie Green. HEX triplet: C2, DA and A4. RGB value is (194,218,164). Sum of RGB (Red+Green+Blue) = 194+218+164=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 164 (64.45% from 255 or 28.47% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DAA4 is #3D255B. Grayscale: #CCCCCC. Windows color (decimal): -4007260 or 10803906. OLE color: 10803906.

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

Color convert

RGB194218164-
CMYK0.1100.250.15
HSL86.67º42.19%74.9%-
HSV(B)86.67º24.77%85.49%-
XYZ54.0264.2944.68-
YUV204.67105.05120.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.68%
GREEN value IS 218 (85.55% from 255) = 37.85%
BLUE value IS 164 (64.45% from 255) = 28.47%
R=33.68%
G=37.85%
B=28.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942181640.1100.250.1586.6742.1974.9
HexC2DAA4B019F572a4b
Octal302332244130311712752113
Binary1100001011011010101001001011011001111110101111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DAA4; }

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

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

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

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

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

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

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

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