#C0DDA8

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

Shades of Pixie Green #C0DDA8

Tints of Pixie Green #C0DDA8

Color information

#C0DDA8 (or 0xC0DDA8) is unknown color: approx Pixie Green. HEX triplet: C0, DD and A8. RGB value is (192,221,168). Sum of RGB (Red+Green+Blue) = 192+221+168=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 168 (66.02% from 255 or 28.92% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DDA8 is #3F2257. Grayscale: #CECECE. Windows color (decimal): -4137560 or 11066816. OLE color: 11066816.

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

Color convert

RGB192221168-
CMYK0.1300.240.13
HSL92.83º43.8%76.27%-
HSV(B)92.83º23.98%86.67%-
XYZ54.6665.7546.86-
YUV206.29106.39117.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.05%
GREEN value IS 221 (86.72% from 255) = 38.04%
BLUE value IS 168 (66.02% from 255) = 28.92%
R=33.05%
G=38.04%
B=28.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922211680.1300.240.1392.8343.876.27
HexC0DDA8D018D5d2c4c
Octal300335250150301513554114
Binary1100000011011101101010001101011000110110111011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDA8; }

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

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

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

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

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

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

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

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