#C0D2AC

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

Shades of Pixie Green #C0D2AC

Tints of Pixie Green #C0D2AC

Color information

#C0D2AC (or 0xC0D2AC) is unknown color: approx Pixie Green. HEX triplet: C0, D2 and AC. RGB value is (192,210,172). Sum of RGB (Red+Green+Blue) = 192+210+172=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D2AC is #3F2D53. Grayscale: #C8C8C8. Windows color (decimal): -4140372 or 11326144. OLE color: 11326144.

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

Color convert

RGB192210172-
CMYK0.0900.180.18
HSL88.42º29.69%74.9%-
HSV(B)88.42º18.1%82.35%-
XYZ52.2360.2847.91-
YUV200.29112.04122.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.45%
GREEN value IS 210 (82.42% from 255) = 36.59%
BLUE value IS 172 (67.58% from 255) = 29.97%
R=33.45%
G=36.59%
B=29.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1922101720.0900.180.1888.4229.6974.9
HexC0D2AC901212581e4b
Octal300322254110222213036113
Binary1100000011010010101011001001010010100101011000111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D2AC; }

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

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

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

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

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

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

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

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