#AFCCA0

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

Shades of Pixie Green #AFCCA0

Tints of Pixie Green #AFCCA0

Color information

#AFCCA0 (or 0xAFCCA0) is unknown color: approx Pixie Green. HEX triplet: AF, CC and A0. RGB value is (175,204,160). Sum of RGB (Red+Green+Blue) = 175+204+160=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCCA0 is #50335F. Grayscale: #BEBEBE. Windows color (decimal): -5256032 or 10538159. OLE color: 10538159.

HSL color Cylindrical-coordinate representation of color #AFCCA0: hue angle of 99.55º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFCCA0 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB175204160-
CMYK0.1400.220.2
HSL99.55º30.14%71.37%-
HSV(B)99.55º21.57%80%-
XYZ45.6254.8441.44-
YUV190.31110.89117.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 204 (80.08% from 255) = 37.85%
BLUE value IS 160 (62.89% from 255) = 29.68%
R=32.47%
G=37.85%
B=29.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041600.1400.220.299.5530.1471.37
HexAFCCA0E01614641e47
Octal257314240160262414436107
Binary1010111111001100101000001110010110101001100100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCA0; }

 p { color: rgb(175,204,160); }

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

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

 a { background-color: rgb(175,204,160); }

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

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

 span { border-color: rgb(175,204,160); }

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