#C5DC9A

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

Shades of Pixie Green #C5DC9A

Tints of Pixie Green #C5DC9A

Color information

#C5DC9A (or 0xC5DC9A) is unknown color: approx Pixie Green. HEX triplet: C5, DC and 9A. RGB value is (197,220,154). Sum of RGB (Red+Green+Blue) = 197+220+154=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DC9A is #3A2365. Grayscale: #CDCDCD. Windows color (decimal): -3810150 or 10149061. OLE color: 10149061.

HSL color Cylindrical-coordinate representation of color #C5DC9A: hue angle of 80.91º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5DC9A is Cyan = 0.10, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB197220154-
CMYK0.1000.30.14
HSL80.91º48.53%73.33%-
HSV(B)80.91º30%86.27%-
XYZ54.4565.3940.32-
YUV205.698.88121.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.50%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 154 (60.55% from 255) = 26.97%
R=34.50%
G=38.53%
B=26.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972201540.1000.30.1480.9148.5373.33
HexC5DC9AA01EE513149
Octal305334232120361612161111
Binary1100010111011100100110101010011110111010100011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DC9A; }

 p { color: rgb(197,220,154); }

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

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

 a { background-color: rgb(197,220,154); }

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

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

 span { border-color: rgb(197,220,154); }

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