#C0DFA1

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

Shades of Pixie Green #C0DFA1

Tints of Pixie Green #C0DFA1

Color information

#C0DFA1 (or 0xC0DFA1) is unknown color: approx Pixie Green. HEX triplet: C0, DF and A1. RGB value is (192,223,161). Sum of RGB (Red+Green+Blue) = 192+223+161=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 161 (63.28% from 255 or 27.95% from 576); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DFA1 is #3F205E. Grayscale: #CECECE. Windows color (decimal): -4137055 or 10608576. OLE color: 10608576.

HSL color Cylindrical-coordinate representation of color #C0DFA1: hue angle of 90º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0DFA1 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB192223161-
CMYK0.1400.280.13
HSL90º49.21%75.29%-
HSV(B)90º27.8%87.45%-
XYZ54.5666.5643.69-
YUV206.66102.23117.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.33%
GREEN value IS 223 (87.5% from 255) = 38.72%
BLUE value IS 161 (63.28% from 255) = 27.95%
R=33.33%
G=38.72%
B=27.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922231610.1400.280.139049.2175.29
HexC0DFA1E01CD5a314b
Octal300337241160341513261113
Binary1100000011011111101000011110011100110110110101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DFA1; }

 p { color: rgb(192,223,161); }

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

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

 a { background-color: rgb(192,223,161); }

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

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

 span { border-color: rgb(192,223,161); }

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