#AFB495

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

Shades of Green Spring #AFB495

Tints of Green Spring #AFB495

Color information

#AFB495 (or 0xAFB495) is unknown color: approx Green Spring. HEX triplet: AF, B4 and 95. RGB value is (175,180,149). Sum of RGB (Red+Green+Blue) = 175+180+149=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB495 is #504B6A. Grayscale: #AFAFAF. Windows color (decimal): -5262187 or 9811119. OLE color: 9811119.

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

Color convert

RGB175180149-
CMYK0.0300.170.29
HSL69.68º17.13%64.51%-
HSV(B)69.68º17.22%70.59%-
XYZ39.4343.9334.83-
YUV174.97113.34128.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 149 (58.59% from 255) = 29.56%
R=34.72%
G=35.71%
B=29.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801490.0300.170.2969.6817.1364.51
HexAFB49530111D461141
Octal25726422530213510621101
Binary10101111101101001001010111010001111011000110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB495; }

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

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

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

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

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

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

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

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