#AFD29B

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

Shades of Pixie Green #AFD29B

Tints of Pixie Green #AFD29B

Color information

#AFD29B (or 0xAFD29B) is unknown color: approx Pixie Green. HEX triplet: AF, D2 and 9B. RGB value is (175,210,155). Sum of RGB (Red+Green+Blue) = 175+210+155=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD29B is #502D64. Grayscale: #C1C1C1. Windows color (decimal): -5254501 or 10212015. OLE color: 10212015.

HSL color Cylindrical-coordinate representation of color #AFD29B: hue angle of 98.18º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFD29B is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB175210155-
CMYK0.1700.260.18
HSL98.18º37.93%71.57%-
HSV(B)98.18º26.19%82.35%-
XYZ46.6457.5739.66-
YUV193.26106.4114.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 210 (82.42% from 255) = 38.89%
BLUE value IS 155 (60.94% from 255) = 28.70%
R=32.41%
G=38.89%
B=28.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752101550.1700.260.1898.1837.9371.57
HexAFD29B1101A12622648
Octal257322233210322214246110
Binary101011111101001010011011100010110101001011000101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD29B; }

 p { color: rgb(175,210,155); }

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

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

 a { background-color: rgb(175,210,155); }

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

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

 span { border-color: rgb(175,210,155); }

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