#AFB99D

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

Shades of Green Spring #AFB99D

Tints of Green Spring #AFB99D

Color information

#AFB99D (or 0xAFB99D) is unknown color: approx Green Spring. HEX triplet: AF, B9 and 9D. RGB value is (175,185,157). Sum of RGB (Red+Green+Blue) = 175+185+157=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB99D is #504662. Grayscale: #B2B2B2. Windows color (decimal): -5260899 or 10336687. OLE color: 10336687.

HSL color Cylindrical-coordinate representation of color #AFB99D: hue angle of 81.43º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFB99D is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB175185157-
CMYK0.0500.150.27
HSL81.43º16.67%67.06%-
HSV(B)81.43º15.14%72.55%-
XYZ41.1146.2538.66-
YUV178.82115.69125.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 185 (72.66% from 255) = 35.78%
BLUE value IS 157 (61.72% from 255) = 30.37%
R=33.85%
G=35.78%
B=30.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751851570.0500.150.2781.4316.6767.06
HexAFB99D50F1B511143
Octal25727123550173312121103
Binary10101111101110011001110110101111110111010001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB99D; }

 p { color: rgb(175,185,157); }

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

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

 a { background-color: rgb(175,185,157); }

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

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

 span { border-color: rgb(175,185,157); }

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