#AFB994

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

Shades of Green Spring #AFB994

Tints of Green Spring #AFB994

Color information

#AFB994 (or 0xAFB994) is unknown color: approx Green Spring. HEX triplet: AF, B9 and 94. RGB value is (175,185,148). Sum of RGB (Red+Green+Blue) = 175+185+148=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB994 is #50466B. Grayscale: #B1B1B1. Windows color (decimal): -5260908 or 9746863. OLE color: 9746863.

HSL color Cylindrical-coordinate representation of color #AFB994: hue angle of 76.22º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFB994 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB175185148-
CMYK0.0500.200.27
HSL76.22º20.9%65.29%-
HSV(B)76.22º20%72.55%-
XYZ40.3745.9534.76-
YUV177.79111.19126.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 185 (72.66% from 255) = 36.42%
BLUE value IS 148 (58.20% from 255) = 29.13%
R=34.45%
G=36.42%
B=29.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751851480.0500.200.2776.2220.965.29
HexAFB99450141B4c1541
Octal25727122450243311425101
Binary101011111011100110010100101010100110111001100101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB994; }

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

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

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

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

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

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

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

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