#AFCD9C

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

Shades of Pixie Green #AFCD9C

Tints of Pixie Green #AFCD9C

Color information

#AFCD9C (or 0xAFCD9C) is unknown color: approx Pixie Green. HEX triplet: AF, CD and 9C. RGB value is (175,205,156). Sum of RGB (Red+Green+Blue) = 175+205+156=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD9C is #503263. Grayscale: #BEBEBE. Windows color (decimal): -5255780 or 10276271. OLE color: 10276271.

HSL color Cylindrical-coordinate representation of color #AFCD9C: hue angle of 96.73º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFCD9C is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB175205156-
CMYK0.1500.240.20
HSL96.73º32.89%70.78%-
HSV(B)96.73º23.9%80.39%-
XYZ45.5155.1839.7-
YUV190.44108.56116.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.65%
GREEN value IS 205 (80.47% from 255) = 38.25%
BLUE value IS 156 (61.33% from 255) = 29.10%
R=32.65%
G=38.25%
B=29.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051560.1500.240.2096.7332.8970.78
HexAFCD9CF01814612147
Octal257315234170302414141107
Binary10101111110011011001110011110110001010011000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCD9C; }

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

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

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

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

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

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

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

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