#C0D2AF

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

Shades of Pixie Green #C0D2AF

Tints of Pixie Green #C0D2AF

Color information

#C0D2AF (or 0xC0D2AF) is unknown color: approx Pixie Green. HEX triplet: C0, D2 and AF. RGB value is (192,210,175). Sum of RGB (Red+Green+Blue) = 192+210+175=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D2AF is #3F2D50. Grayscale: #C8C8C8. Windows color (decimal): -4140369 or 11522752. OLE color: 11522752.

HSL color Cylindrical-coordinate representation of color #C0D2AF: hue angle of 90.86º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0D2AF is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB192210175-
CMYK0.0900.170.18
HSL90.86º28%75.49%-
HSV(B)90.86º16.67%82.35%-
XYZ52.5260.3949.45-
YUV200.63113.54121.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.28%
GREEN value IS 210 (82.42% from 255) = 36.40%
BLUE value IS 175 (68.75% from 255) = 30.33%
R=33.28%
G=36.40%
B=30.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1922101750.0900.170.1890.862875.49
HexC0D2AF9011125b1c4b
Octal300322257110212213334113
Binary1100000011010010101011111001010001100101011011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D2AF; }

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

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

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

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

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

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

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

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