#AFD19C

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

Shades of Pixie Green #AFD19C

Tints of Pixie Green #AFD19C

Color information

#AFD19C (or 0xAFD19C) is unknown color: approx Pixie Green. HEX triplet: AF, D1 and 9C. RGB value is (175,209,156). Sum of RGB (Red+Green+Blue) = 175+209+156=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD19C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD19C is #502E63. Grayscale: #C0C0C0. Windows color (decimal): -5254756 or 10277295. OLE color: 10277295.

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

Color convert

RGB175209156-
CMYK0.1600.250.18
HSL98.49º36.55%71.57%-
HSV(B)98.49º25.36%81.96%-
XYZ46.4857.1240.03-
YUV192.79107.24115.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 209 (82.03% from 255) = 38.70%
BLUE value IS 156 (61.33% from 255) = 28.89%
R=32.41%
G=38.70%
B=28.89%

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
Decimal1752091560.1600.250.1898.4936.5571.57
HexAFD19C1001912622548
Octal257321234200312214245110
Binary101011111101000110011100100000110011001011000101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD19C; }

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

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

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

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

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

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

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

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