#C3DAAA

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

Shades of Pixie Green #C3DAAA

Tints of Pixie Green #C3DAAA

Color information

#C3DAAA (or 0xC3DAAA) is unknown color: approx Pixie Green. HEX triplet: C3, DA and AA. RGB value is (195,218,170). Sum of RGB (Red+Green+Blue) = 195+218+170=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #C3DAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DAAA is #3C2555. Grayscale: #CDCDCD. Windows color (decimal): -3941718 or 11197123. OLE color: 11197123.

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

Color convert

RGB195218170-
CMYK0.1100.220.15
HSL88.75º39.34%76.08%-
HSV(B)88.75º22.02%85.49%-
XYZ54.8364.6547.62-
YUV205.65107.88120.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.45%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 170 (66.80% from 255) = 29.16%
R=33.45%
G=37.39%
B=29.16%

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
Decimal1952181700.1100.220.1588.7539.3476.08
HexC3DAAAB016F59274c
Octal303332252130261713147114
Binary1100001111011010101010101011010110111110110011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DAAA; }

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

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

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

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

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

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

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

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