#C8DCAA

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

Shades of Pixie Green #C8DCAA

Tints of Pixie Green #C8DCAA

Color information

#C8DCAA (or 0xC8DCAA) is unknown color: approx Pixie Green. HEX triplet: C8, DC and AA. RGB value is (200,220,170). Sum of RGB (Red+Green+Blue) = 200+220+170=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DCAA is #372355. Grayscale: #D0D0D0. Windows color (decimal): -3613526 or 11197640. OLE color: 11197640.

HSL color Cylindrical-coordinate representation of color #C8DCAA: hue angle of 84º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8DCAA is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB200220170-
CMYK0.0900.230.14
HSL84º41.67%76.47%-
HSV(B)84º22.73%86.27%-
XYZ56.6766.3747.85-
YUV208.32106.37122.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.90%
GREEN value IS 220 (86.33% from 255) = 37.29%
BLUE value IS 170 (66.80% from 255) = 28.81%
R=33.90%
G=37.29%
B=28.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002201700.0900.230.148441.6776.47
HexC8DCAA9017E542a4c
Octal310334252110271612452114
Binary1100100011011100101010101001010111111010101001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DCAA; }

 p { color: rgb(200,220,170); }

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

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

 a { background-color: rgb(200,220,170); }

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

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

 span { border-color: rgb(200,220,170); }

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