#C0DAAA

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

Shades of Pixie Green #C0DAAA

Tints of Pixie Green #C0DAAA

Color information

#C0DAAA (or 0xC0DAAA) is unknown color: approx Pixie Green. HEX triplet: C0, DA and AA. RGB value is (192,218,170). Sum of RGB (Red+Green+Blue) = 192+218+170=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DAAA is #3F2555. Grayscale: #CCCCCC. Windows color (decimal): -4138326 or 11197120. OLE color: 11197120.

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

Color convert

RGB192218170-
CMYK0.1200.220.15
HSL92.5º39.34%76.08%-
HSV(B)92.5º22.02%85.49%-
XYZ54.0764.2547.58-
YUV204.75108.39118.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.10%
GREEN value IS 218 (85.55% from 255) = 37.59%
BLUE value IS 170 (66.80% from 255) = 29.31%
R=33.10%
G=37.59%
B=29.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922181700.1200.220.1592.539.3476.08
HexC0DAAAC016F5c274c
Octal300332252140261713447114
Binary1100000011011010101010101100010110111110111001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DAAA; }

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

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

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

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

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

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

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

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