#AFC99F

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

Shades of Pixie Green #AFC99F

Tints of Pixie Green #AFC99F

Color information

#AFC99F (or 0xAFC99F) is unknown color: approx Pixie Green. HEX triplet: AF, C9 and 9F. RGB value is (175,201,159). Sum of RGB (Red+Green+Blue) = 175+201+159=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC99F is #503660. Grayscale: #BCBCBC. Windows color (decimal): -5256801 or 10471855. OLE color: 10471855.

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

Color convert

RGB175201159-
CMYK0.1300.210.21
HSL97.14º28%70.59%-
HSV(B)97.14º20.9%78.82%-
XYZ44.8253.3940.74-
YUV188.44111.39118.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.71%
GREEN value IS 201 (78.91% from 255) = 37.57%
BLUE value IS 159 (62.5% from 255) = 29.72%
R=32.71%
G=37.57%
B=29.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752011590.1300.210.2197.142870.59
HexAFC99FD01515611c47
Octal257311237150252514134107
Binary1010111111001001100111111101010101101011100001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC99F; }

 p { color: rgb(175,201,159); }

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

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

 a { background-color: rgb(175,201,159); }

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

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

 span { border-color: rgb(175,201,159); }

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