#AFD09C

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

Shades of Pixie Green #AFD09C

Tints of Pixie Green #AFD09C

Color information

#AFD09C (or 0xAFD09C) is unknown color: approx Pixie Green. HEX triplet: AF, D0 and 9C. RGB value is (175,208,156). Sum of RGB (Red+Green+Blue) = 175+208+156=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD09C is #502F63. Grayscale: #C0C0C0. Windows color (decimal): -5255012 or 10277039. OLE color: 10277039.

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

Color convert

RGB175208156-
CMYK0.1600.250.18
HSL98.08º35.62%71.37%-
HSV(B)98.08º25%81.57%-
XYZ46.2456.6339.95-
YUV192.2107.57115.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 208 (81.64% from 255) = 38.59%
BLUE value IS 156 (61.33% from 255) = 28.94%
R=32.47%
G=38.59%
B=28.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752081560.1600.250.1898.0835.6271.37
HexAFD09C1001912622447
Octal257320234200312214244107
Binary101011111101000010011100100000110011001011000101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD09C; }

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

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

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

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

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

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

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

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