#C0DD9E

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

Shades of Pixie Green #C0DD9E

Tints of Pixie Green #C0DD9E

Color information

#C0DD9E (or 0xC0DD9E) is unknown color: approx Pixie Green. HEX triplet: C0, DD and 9E. RGB value is (192,221,158). Sum of RGB (Red+Green+Blue) = 192+221+158=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DD9E is #3F2261. Grayscale: #CDCDCD. Windows color (decimal): -4137570 or 10411456. OLE color: 10411456.

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

Color convert

RGB192221158-
CMYK0.1300.290.13
HSL87.62º48.09%74.31%-
HSV(B)87.62º28.51%86.67%-
XYZ53.7765.3942.14-
YUV205.15101.39118.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.63%
GREEN value IS 221 (86.72% from 255) = 38.70%
BLUE value IS 158 (62.11% from 255) = 27.67%
R=33.63%
G=38.70%
B=27.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922211580.1300.290.1387.6248.0974.31
HexC0DD9ED01DD58304a
Octal300335236150351513060112
Binary1100000011011101100111101101011101110110110001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DD9E; }

 p { color: rgb(192,221,158); }

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

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

 a { background-color: rgb(192,221,158); }

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

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

 span { border-color: rgb(192,221,158); }

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