#C0D7AD

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

Shades of Pixie Green #C0D7AD

Tints of Pixie Green #C0D7AD

Color information

#C0D7AD (or 0xC0D7AD) is unknown color: approx Pixie Green. HEX triplet: C0, D7 and AD. RGB value is (192,215,173). Sum of RGB (Red+Green+Blue) = 192+215+173=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D7AD is #3F2852. Grayscale: #CBCBCB. Windows color (decimal): -4139091 or 11392960. OLE color: 11392960.

HSL color Cylindrical-coordinate representation of color #C0D7AD: hue angle of 92.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0D7AD is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB192215173-
CMYK0.1100.200.16
HSL92.86º34.43%76.08%-
HSV(B)92.86º19.53%84.31%-
XYZ53.5862.8248.84-
YUV203.34110.88119.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.10%
GREEN value IS 215 (84.38% from 255) = 37.07%
BLUE value IS 173 (67.97% from 255) = 29.83%
R=33.10%
G=37.07%
B=29.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922151730.1100.200.1692.8634.4376.08
HexC0D7ADB014105d224c
Octal300327255130242013542114
Binary11000000110101111010110110110101001000010111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D7AD; }

 p { color: rgb(192,215,173); }

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

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

 a { background-color: rgb(192,215,173); }

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

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

 span { border-color: rgb(192,215,173); }

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