#C2DD9A

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

Shades of Pixie Green #C2DD9A

Tints of Pixie Green #C2DD9A

Color information

#C2DD9A (or 0xC2DD9A) is unknown color: approx Pixie Green. HEX triplet: C2, DD and 9A. RGB value is (194,221,154). Sum of RGB (Red+Green+Blue) = 194+221+154=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DD9A is #3D2265. Grayscale: #CDCDCD. Windows color (decimal): -4006502 or 10149314. OLE color: 10149314.

HSL color Cylindrical-coordinate representation of color #C2DD9A: hue angle of 84.18º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2DD9A is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB194221154-
CMYK0.1200.300.13
HSL84.18º49.63%73.53%-
HSV(B)84.18º30.32%86.67%-
XYZ53.9465.5240.37-
YUV205.2999.05119.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.09%
GREEN value IS 221 (86.72% from 255) = 38.84%
BLUE value IS 154 (60.55% from 255) = 27.07%
R=34.09%
G=38.84%
B=27.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942211540.1200.300.1384.1849.6373.53
HexC2DD9AC01ED54324a
Octal302335232140361512462112
Binary1100001011011101100110101100011110110110101001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DD9A; }

 p { color: rgb(194,221,154); }

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

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

 a { background-color: rgb(194,221,154); }

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

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

 span { border-color: rgb(194,221,154); }

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