#AFB395

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

Shades of Green Spring #AFB395

Tints of Green Spring #AFB395

Color information

#AFB395 (or 0xAFB395) is unknown color: approx Green Spring. HEX triplet: AF, B3 and 95. RGB value is (175,179,149). Sum of RGB (Red+Green+Blue) = 175+179+149=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB395 is #504C6A. Grayscale: #AEAEAE. Windows color (decimal): -5262443 or 9810863. OLE color: 9810863.

HSL color Cylindrical-coordinate representation of color #AFB395: hue angle of 68º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFB395 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB175179149-
CMYK0.0200.170.30
HSL68º16.48%64.31%-
HSV(B)68º16.76%70.2%-
XYZ39.2243.5234.77-
YUV174.38113.67128.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 179 (70.31% from 255) = 35.59%
BLUE value IS 149 (58.59% from 255) = 29.62%
R=34.79%
G=35.59%
B=29.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751791490.0200.170.306816.4864.31
HexAFB39520111E441040
Octal25726322520213610420100
Binary10101111101100111001010110010001111101000100100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB395; }

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

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

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

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

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

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

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

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