#AFB49E

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

Shades of Green Spring #AFB49E

Tints of Green Spring #AFB49E

Color information

#AFB49E (or 0xAFB49E) is unknown color: approx Green Spring. HEX triplet: AF, B4 and 9E. RGB value is (175,180,158). Sum of RGB (Red+Green+Blue) = 175+180+158=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB49E is #504B61. Grayscale: #B0B0B0. Windows color (decimal): -5262178 or 10400943. OLE color: 10400943.

HSL color Cylindrical-coordinate representation of color #AFB49E: hue angle of 73.64º degrees, saturation: 0.13, 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 #AFB49E is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB175180158-
CMYK0.0300.120.29
HSL73.64º12.79%66.27%-
HSV(B)73.64º12.22%70.59%-
XYZ40.1744.2338.77-
YUV176117.84127.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 158 (62.11% from 255) = 30.80%
R=34.11%
G=35.09%
B=30.80%

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
Decimal1751801580.0300.120.2973.6412.7966.27
HexAFB49E30C1D4ad42
Octal25726423630143511215102
Binary101011111011010010011110110110011101100101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB49E; }

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

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

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

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

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

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

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

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