#AFB496

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

Shades of Green Spring #AFB496

Tints of Green Spring #AFB496

Color information

#AFB496 (or 0xAFB496) is unknown color: approx Green Spring. HEX triplet: AF, B4 and 96. RGB value is (175,180,150). Sum of RGB (Red+Green+Blue) = 175+180+150=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB496 is #504B69. Grayscale: #AFAFAF. Windows color (decimal): -5262186 or 9876655. OLE color: 9876655.

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

Color convert

RGB175180150-
CMYK0.0300.170.29
HSL70º16.67%64.71%-
HSV(B)70º16.67%70.59%-
XYZ39.5143.9635.26-
YUV175.08113.84127.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 180 (70.70% from 255) = 35.64%
BLUE value IS 150 (58.98% from 255) = 29.70%
R=34.65%
G=35.64%
B=29.70%

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
Decimal1751801500.0300.170.297016.6764.71
HexAFB49630111D461141
Octal25726422630213510621101
Binary10101111101101001001011011010001111011000110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB496; }

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

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

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

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

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

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

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

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