#C0D5AF

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

Shades of Pixie Green #C0D5AF

Tints of Pixie Green #C0D5AF

Color information

#C0D5AF (or 0xC0D5AF) is unknown color: approx Pixie Green. HEX triplet: C0, D5 and AF. RGB value is (192,213,175). Sum of RGB (Red+Green+Blue) = 192+213+175=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D5AF is #3F2A50. Grayscale: #CACACA. Windows color (decimal): -4139601 or 11523520. OLE color: 11523520.

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

Color convert

RGB192213175-
CMYK0.1000.180.16
HSL93.16º31.15%76.08%-
HSV(B)93.16º17.84%83.53%-
XYZ53.2761.8949.7-
YUV202.39112.54120.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.10%
GREEN value IS 213 (83.59% from 255) = 36.72%
BLUE value IS 175 (68.75% from 255) = 30.17%
R=33.10%
G=36.72%
B=30.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922131750.1000.180.1693.1631.1576.08
HexC0D5AFA012105d1f4c
Octal300325257120222013537114
Binary1100000011010101101011111010010010100001011101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D5AF; }

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

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

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

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

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

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

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

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