#C0D8A6

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

Shades of Pixie Green #C0D8A6

Tints of Pixie Green #C0D8A6

Color information

#C0D8A6 (or 0xC0D8A6) is unknown color: approx Pixie Green. HEX triplet: C0, D8 and A6. RGB value is (192,216,166). Sum of RGB (Red+Green+Blue) = 192+216+166=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 166 (65.23% from 255 or 28.92% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D8A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D8A6 is #3F2759. Grayscale: #CBCBCB. Windows color (decimal): -4138842 or 10934464. OLE color: 10934464.

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

Color convert

RGB192216166-
CMYK0.1100.230.15
HSL88.8º39.06%74.9%-
HSV(B)88.8º23.15%84.71%-
XYZ53.1863.0745.45-
YUV203.12107.05120.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.45%
GREEN value IS 216 (84.77% from 255) = 37.63%
BLUE value IS 166 (65.23% from 255) = 28.92%
R=33.45%
G=37.63%
B=28.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922161660.1100.230.1588.839.0674.9
HexC0D8A6B017F59274b
Octal300330246130271713147113
Binary1100000011011000101001101011010111111110110011001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D8A6; }

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

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

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

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

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

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

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

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