#AFD09E

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

Shades of Pixie Green #AFD09E

Tints of Pixie Green #AFD09E

Color information

#AFD09E (or 0xAFD09E) is unknown color: approx Pixie Green. HEX triplet: AF, D0 and 9E. RGB value is (175,208,158). Sum of RGB (Red+Green+Blue) = 175+208+158=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD09E is #502F61. Grayscale: #C0C0C0. Windows color (decimal): -5255010 or 10408111. OLE color: 10408111.

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

Color convert

RGB175208158-
CMYK0.1600.240.18
HSL99.6º34.72%71.76%-
HSV(B)99.6º24.04%81.57%-
XYZ46.4156.6940.84-
YUV192.43108.57115.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 208 (81.64% from 255) = 38.45%
BLUE value IS 158 (62.11% from 255) = 29.21%
R=32.35%
G=38.45%
B=29.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752081580.1600.240.1899.634.7271.76
HexAFD09E1001812642348
Octal257320236200302214443110
Binary101011111101000010011110100000110001001011001001000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD09E; }

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

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

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

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

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

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

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

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