#C1E1A3

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

Shades of Pixie Green #C1E1A3

Tints of Pixie Green #C1E1A3

Color information

#C1E1A3 (or 0xC1E1A3) is unknown color: approx Pixie Green. HEX triplet: C1, E1 and A3. RGB value is (193,225,163). Sum of RGB (Red+Green+Blue) = 193+225+163=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 163 (64.06% from 255 or 28.06% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E1A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1E1A3 is #3E1E5C. Grayscale: #D0D0D0. Windows color (decimal): -4071005 or 10740161. OLE color: 10740161.

HSL color Cylindrical-coordinate representation of color #C1E1A3: hue angle of 90.97º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1E1A3 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB193225163-
CMYK0.1400.280.12
HSL90.97º50.82%76.08%-
HSV(B)90.97º27.56%88.24%-
XYZ55.5367.8344.82-
YUV208.36102.4117.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.22%
GREEN value IS 225 (88.28% from 255) = 38.73%
BLUE value IS 163 (64.06% from 255) = 28.06%
R=33.22%
G=38.73%
B=28.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1932251630.1400.280.1290.9750.8276.08
HexC1E1A3E01CC5b334c
Octal301341243160341413363114
Binary1100000111100001101000111110011100110010110111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E1A3; }

 p { color: rgb(193,225,163); }

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

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

 a { background-color: rgb(193,225,163); }

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

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

 span { border-color: rgb(193,225,163); }

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