#AFCBA0

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

Shades of Pixie Green #AFCBA0

Tints of Pixie Green #AFCBA0

Color information

#AFCBA0 (or 0xAFCBA0) is unknown color: approx Pixie Green. HEX triplet: AF, CB and A0. RGB value is (175,203,160). Sum of RGB (Red+Green+Blue) = 175+203+160=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCBA0 is #50345F. Grayscale: #BDBDBD. Windows color (decimal): -5256288 or 10537903. OLE color: 10537903.

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

Color convert

RGB175203160-
CMYK0.1400.210.20
HSL99.07º29.25%71.18%-
HSV(B)99.07º21.18%79.61%-
XYZ45.3854.3641.36-
YUV189.73111.22117.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 203 (79.69% from 255) = 37.73%
BLUE value IS 160 (62.89% from 255) = 29.74%
R=32.53%
G=37.73%
B=29.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031600.1400.210.2099.0729.2571.18
HexAFCBA0E01514631d47
Octal257313240160252414335107
Binary1010111111001011101000001110010101101001100011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBA0; }

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

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

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

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

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

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

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

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