#C0D5A0

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

Shades of Pixie Green #C0D5A0

Tints of Pixie Green #C0D5A0

Color information

#C0D5A0 (or 0xC0D5A0) is unknown color: approx Pixie Green. HEX triplet: C0, D5 and A0. RGB value is (192,213,160). Sum of RGB (Red+Green+Blue) = 192+213+160=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D5A0 is #3F2A5F. Grayscale: #C8C8C8. Windows color (decimal): -4139616 or 10540480. OLE color: 10540480.

HSL color Cylindrical-coordinate representation of color #C0D5A0: hue angle of 83.77º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0D5A0 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB192213160-
CMYK0.1000.250.16
HSL83.77º38.69%73.14%-
HSV(B)83.77º24.88%83.53%-
XYZ51.8861.3342.36-
YUV200.68105.04121.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 213 (83.59% from 255) = 37.70%
BLUE value IS 160 (62.89% from 255) = 28.32%
R=33.98%
G=37.70%
B=28.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922131600.1000.250.1683.7738.6973.14
HexC0D5A0A01910542749
Octal300325240120312012447111
Binary11000000110101011010000010100110011000010101001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D5A0; }

 p { color: rgb(192,213,160); }

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

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

 a { background-color: rgb(192,213,160); }

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

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

 span { border-color: rgb(192,213,160); }

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