#C0D8AD

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

Shades of Pixie Green #C0D8AD

Tints of Pixie Green #C0D8AD

Color information

#C0D8AD (or 0xC0D8AD) is unknown color: approx Pixie Green. HEX triplet: C0, D8 and AD. RGB value is (192,216,173). Sum of RGB (Red+Green+Blue) = 192+216+173=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D8AD is #3F2752. Grayscale: #CCCCCC. Windows color (decimal): -4138835 or 11393216. OLE color: 11393216.

HSL color Cylindrical-coordinate representation of color #C0D8AD: hue angle of 93.49º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0D8AD is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB192216173-
CMYK0.1100.200.15
HSL93.49º35.54%76.27%-
HSV(B)93.49º19.91%84.71%-
XYZ53.8463.3448.92-
YUV203.92110.55119.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.05%
GREEN value IS 216 (84.77% from 255) = 37.18%
BLUE value IS 173 (67.97% from 255) = 29.78%
R=33.05%
G=37.18%
B=29.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922161730.1100.200.1593.4935.5476.27
HexC0D8ADB014F5d244c
Octal300330255130241713544114
Binary1100000011011000101011011011010100111110111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D8AD; }

 p { color: rgb(192,216,173); }

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

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

 a { background-color: rgb(192,216,173); }

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

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

 span { border-color: rgb(192,216,173); }

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