#C0DA9B

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

Shades of Pixie Green #C0DA9B

Tints of Pixie Green #C0DA9B

Color information

#C0DA9B (or 0xC0DA9B) is unknown color: approx Pixie Green. HEX triplet: C0, DA and 9B. RGB value is (192,218,155). Sum of RGB (Red+Green+Blue) = 192+218+155=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DA9B is #3F2564. Grayscale: #CBCBCB. Windows color (decimal): -4138341 or 10214080. OLE color: 10214080.

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

Color convert

RGB192218155-
CMYK0.1200.290.15
HSL84.76º45.99%73.14%-
HSV(B)84.76º28.9%85.49%-
XYZ52.7363.7240.53-
YUV203.04100.89120.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 218 (85.55% from 255) = 38.58%
BLUE value IS 155 (60.94% from 255) = 27.43%
R=33.98%
G=38.58%
B=27.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922181550.1200.290.1584.7645.9973.14
HexC0DA9BC01DF552e49
Octal300332233140351712556111
Binary1100000011011010100110111100011101111110101011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DA9B; }

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

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

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

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

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

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

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

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