#C0DAAC

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

Shades of Pixie Green #C0DAAC

Tints of Pixie Green #C0DAAC

Color information

#C0DAAC (or 0xC0DAAC) is unknown color: approx Pixie Green. HEX triplet: C0, DA and AC. RGB value is (192,218,172). Sum of RGB (Red+Green+Blue) = 192+218+172=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DAAC is #3F2553. Grayscale: #CDCDCD. Windows color (decimal): -4138324 or 11328192. OLE color: 11328192.

HSL color Cylindrical-coordinate representation of color #C0DAAC: hue angle of 93.91º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0DAAC is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB192218172-
CMYK0.1200.210.15
HSL93.91º38.33%76.47%-
HSV(B)93.91º21.1%85.49%-
XYZ54.2664.3348.59-
YUV204.98109.39118.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.99%
GREEN value IS 218 (85.55% from 255) = 37.46%
BLUE value IS 172 (67.58% from 255) = 29.55%
R=32.99%
G=37.46%
B=29.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922181720.1200.210.1593.9138.3376.47
HexC0DAACC015F5e264c
Octal300332254140251713646114
Binary1100000011011010101011001100010101111110111101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DAAC; }

 p { color: rgb(192,218,172); }

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

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

 a { background-color: rgb(192,218,172); }

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

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

 span { border-color: rgb(192,218,172); }

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