#AFB49F

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

Shades of Green Spring #AFB49F

Tints of Green Spring #AFB49F

Color information

#AFB49F (or 0xAFB49F) is unknown color: approx Green Spring. HEX triplet: AF, B4 and 9F. RGB value is (175,180,159). Sum of RGB (Red+Green+Blue) = 175+180+159=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB49F is #504B60. Grayscale: #B0B0B0. Windows color (decimal): -5262177 or 10466479. OLE color: 10466479.

HSL color Cylindrical-coordinate representation of color #AFB49F: hue angle of 74.29º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFB49F is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB175180159-
CMYK0.0300.120.29
HSL74.29º12.28%66.47%-
HSV(B)74.29º11.67%70.59%-
XYZ40.2644.2639.22-
YUV176.11118.34127.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 180 (70.70% from 255) = 35.02%
BLUE value IS 159 (62.5% from 255) = 30.93%
R=34.05%
G=35.02%
B=30.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801590.0300.120.2974.2912.2866.47
HexAFB49F30C1D4ac42
Octal25726423730143511214102
Binary101011111011010010011111110110011101100101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB49F; }

 p { color: rgb(175,180,159); }

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

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

 a { background-color: rgb(175,180,159); }

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

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

 span { border-color: rgb(175,180,159); }

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