#C0DEA4

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

Shades of Pixie Green #C0DEA4

Tints of Pixie Green #C0DEA4

Color information

#C0DEA4 (or 0xC0DEA4) is unknown color: approx Pixie Green. HEX triplet: C0, DE and A4. RGB value is (192,222,164). Sum of RGB (Red+Green+Blue) = 192+222+164=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 164 (64.45% from 255 or 28.37% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DEA4 is #3F215B. Grayscale: #CECECE. Windows color (decimal): -4137308 or 10804928. OLE color: 10804928.

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

Color convert

RGB192222164-
CMYK0.1400.260.13
HSL91.03º46.77%75.69%-
HSV(B)91.03º26.13%87.06%-
XYZ54.5666.1345.01-
YUV206.42104.06117.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.22%
GREEN value IS 222 (87.11% from 255) = 38.41%
BLUE value IS 164 (64.45% from 255) = 28.37%
R=33.22%
G=38.41%
B=28.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922221640.1400.260.1391.0346.7775.69
HexC0DEA4E01AD5b2f4c
Octal300336244160321513357114
Binary1100000011011110101001001110011010110110110111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DEA4; }

 p { color: rgb(192,222,164); }

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

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

 a { background-color: rgb(192,222,164); }

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

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

 span { border-color: rgb(192,222,164); }

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