#C2D6AF

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

Shades of Pixie Green #C2D6AF

Tints of Pixie Green #C2D6AF

Color information

#C2D6AF (or 0xC2D6AF) is unknown color: approx Pixie Green. HEX triplet: C2, D6 and AF. RGB value is (194,214,175). Sum of RGB (Red+Green+Blue) = 194+214+175=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D6AF is #3D2950. Grayscale: #CBCBCB. Windows color (decimal): -4008273 or 11523778. OLE color: 11523778.

HSL color Cylindrical-coordinate representation of color #C2D6AF: hue angle of 90.77º degrees, saturation: 0.32, 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 #C2D6AF is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB194214175-
CMYK0.0900.180.16
HSL90.77º32.23%76.27%-
HSV(B)90.77º18.22%83.92%-
XYZ54.0362.6649.8-
YUV203.57111.87121.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.28%
GREEN value IS 214 (83.98% from 255) = 36.71%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=33.28%
G=36.71%
B=30.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1942141750.0900.180.1690.7732.2376.27
HexC2D6AF9012105b204c
Octal302326257110222013340114
Binary11000010110101101010111110010100101000010110111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D6AF; }

 p { color: rgb(194,214,175); }

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

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

 a { background-color: rgb(194,214,175); }

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

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

 span { border-color: rgb(194,214,175); }

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