#AFB497

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

Shades of Green Spring #AFB497

Tints of Green Spring #AFB497

Color information

#AFB497 (or 0xAFB497) is unknown color: approx Green Spring. HEX triplet: AF, B4 and 97. RGB value is (175,180,151). Sum of RGB (Red+Green+Blue) = 175+180+151=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB497 is #504B68. Grayscale: #AFAFAF. Windows color (decimal): -5262185 or 9942191. OLE color: 9942191.

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

Color convert

RGB175180151-
CMYK0.0300.160.29
HSL70.34º16.2%64.9%-
HSV(B)70.34º16.11%70.59%-
XYZ39.5943.9935.68-
YUV175.2114.34127.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 180 (70.70% from 255) = 35.57%
BLUE value IS 151 (59.38% from 255) = 29.84%
R=34.58%
G=35.57%
B=29.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801510.0300.160.2970.3416.264.9
HexAFB49730101D461041
Octal25726422730203510620101
Binary10101111101101001001011111010000111011000110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB497; }

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

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

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

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

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

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

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

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