#AFC89F

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

Shades of Pixie Green #AFC89F

Tints of Pixie Green #AFC89F

Color information

#AFC89F (or 0xAFC89F) is unknown color: approx Pixie Green. HEX triplet: AF, C8 and 9F. RGB value is (175,200,159). Sum of RGB (Red+Green+Blue) = 175+200+159=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC89F is #503760. Grayscale: #BBBBBB. Windows color (decimal): -5257057 or 10471599. OLE color: 10471599.

HSL color Cylindrical-coordinate representation of color #AFC89F: hue angle of 96.59º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC89F is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB175200159-
CMYK0.1200.200.22
HSL96.59º27.15%70.39%-
HSV(B)96.59º20.5%78.43%-
XYZ44.5952.9340.67-
YUV187.85111.72118.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 200 (78.52% from 255) = 37.45%
BLUE value IS 159 (62.5% from 255) = 29.78%
R=32.77%
G=37.45%
B=29.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001590.1200.200.2296.5927.1570.39
HexAFC89FC01416611b46
Octal257310237140242614133106
Binary1010111111001000100111111100010100101101100001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC89F; }

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

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

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

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

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

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

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

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