#C0D8A0

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

Shades of Pixie Green #C0D8A0

Tints of Pixie Green #C0D8A0

Color information

#C0D8A0 (or 0xC0D8A0) is unknown color: approx Pixie Green. HEX triplet: C0, D8 and A0. RGB value is (192,216,160). Sum of RGB (Red+Green+Blue) = 192+216+160=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D8A0 is #3F275F. Grayscale: #CACACA. Windows color (decimal): -4138848 or 10541248. OLE color: 10541248.

HSL color Cylindrical-coordinate representation of color #C0D8A0: hue angle of 85.71º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0D8A0 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB192216160-
CMYK0.1100.260.15
HSL85.71º41.79%73.73%-
HSV(B)85.71º25.93%84.71%-
XYZ52.6462.8642.62-
YUV202.44104.05120.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.80%
GREEN value IS 216 (84.77% from 255) = 38.03%
BLUE value IS 160 (62.89% from 255) = 28.17%
R=33.80%
G=38.03%
B=28.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922161600.1100.260.1585.7141.7973.73
HexC0D8A0B01AF562a4a
Octal300330240130321712652112
Binary1100000011011000101000001011011010111110101101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D8A0; }

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

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

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

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

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

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

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

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