#C0D3AC

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

Shades of Pixie Green #C0D3AC

Tints of Pixie Green #C0D3AC

Color information

#C0D3AC (or 0xC0D3AC) is unknown color: approx Pixie Green. HEX triplet: C0, D3 and AC. RGB value is (192,211,172). Sum of RGB (Red+Green+Blue) = 192+211+172=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D3AC is #3F2C53. Grayscale: #C9C9C9. Windows color (decimal): -4140116 or 11326400. OLE color: 11326400.

HSL color Cylindrical-coordinate representation of color #C0D3AC: hue angle of 89.23º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0D3AC is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB192211172-
CMYK0.0900.180.17
HSL89.23º30.71%75.1%-
HSV(B)89.23º18.48%82.75%-
XYZ52.4860.7747.99-
YUV200.87111.71121.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.39%
GREEN value IS 211 (82.81% from 255) = 36.70%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=33.39%
G=36.70%
B=29.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1922111720.0900.180.1789.2330.7175.1
HexC0D3AC901211591f4b
Octal300323254110222113137113
Binary1100000011010011101011001001010010100011011001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D3AC; }

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

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

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

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

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

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

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

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