#AFB99A

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

Shades of Green Spring #AFB99A

Tints of Green Spring #AFB99A

Color information

#AFB99A (or 0xAFB99A) is unknown color: approx Green Spring. HEX triplet: AF, B9 and 9A. RGB value is (175,185,154). Sum of RGB (Red+Green+Blue) = 175+185+154=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB99A is #504665. Grayscale: #B2B2B2. Windows color (decimal): -5260902 or 10140079. OLE color: 10140079.

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

Color convert

RGB175185154-
CMYK0.0500.170.27
HSL79.35º18.13%66.47%-
HSV(B)79.35º16.76%72.55%-
XYZ40.8646.1437.33-
YUV178.48114.19125.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 185 (72.66% from 255) = 35.99%
BLUE value IS 154 (60.55% from 255) = 29.96%
R=34.05%
G=35.99%
B=29.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751851540.0500.170.2779.3518.1366.47
HexAFB99A50111B4f1242
Octal25727123250213311722102
Binary101011111011100110011010101010001110111001111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB99A; }

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

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

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

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

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

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

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

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