#AFB394

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

Shades of Green Spring #AFB394

Tints of Green Spring #AFB394

Color information

#AFB394 (or 0xAFB394) is unknown color: approx Green Spring. HEX triplet: AF, B3 and 94. RGB value is (175,179,148). Sum of RGB (Red+Green+Blue) = 175+179+148=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB394 is #504C6B. Grayscale: #AEAEAE. Windows color (decimal): -5262444 or 9745327. OLE color: 9745327.

HSL color Cylindrical-coordinate representation of color #AFB394: hue angle of 67.74º degrees, saturation: 0.17, 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 #AFB394 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB175179148-
CMYK0.0200.170.30
HSL67.74º16.94%64.12%-
HSV(B)67.74º17.32%70.2%-
XYZ39.1443.4934.35-
YUV174.27113.17128.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 179 (70.31% from 255) = 35.66%
BLUE value IS 148 (58.20% from 255) = 29.48%
R=34.86%
G=35.66%
B=29.48%

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
Decimal1751791480.0200.170.3067.7416.9464.12
HexAFB39420111E441140
Octal25726322420213610421100
Binary10101111101100111001010010010001111101000100100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB394; }

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

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

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

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

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

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

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

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