#AFCA9E

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

Shades of Pixie Green #AFCA9E

Tints of Pixie Green #AFCA9E

Color information

#AFCA9E (or 0xAFCA9E) is unknown color: approx Pixie Green. HEX triplet: AF, CA and 9E. RGB value is (175,202,158). Sum of RGB (Red+Green+Blue) = 175+202+158=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCA9E is #503561. Grayscale: #BDBDBD. Windows color (decimal): -5256546 or 10406575. OLE color: 10406575.

HSL color Cylindrical-coordinate representation of color #AFCA9E: hue angle of 96.82º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFCA9E is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB175202158-
CMYK0.1300.220.21
HSL96.82º29.33%70.59%-
HSV(B)96.82º21.78%79.22%-
XYZ44.9753.8240.37-
YUV188.91110.55118.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.71%
GREEN value IS 202 (79.30% from 255) = 37.76%
BLUE value IS 158 (62.11% from 255) = 29.53%
R=32.71%
G=37.76%
B=29.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021580.1300.220.2196.8229.3370.59
HexAFCA9ED01615611d47
Octal257312236150262514135107
Binary1010111111001010100111101101010110101011100001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCA9E; }

 p { color: rgb(175,202,158); }

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

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

 a { background-color: rgb(175,202,158); }

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

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

 span { border-color: rgb(175,202,158); }

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