#AFC497

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

Shades of Sprout #AFC497

Tints of Sprout #AFC497

Color information

#AFC497 (or 0xAFC497) is unknown color: approx Sprout. HEX triplet: AF, C4 and 97. RGB value is (175,196,151). Sum of RGB (Red+Green+Blue) = 175+196+151=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC497 is #503B68. Grayscale: #B8B8B8. Windows color (decimal): -5258089 or 9946287. OLE color: 9946287.

HSL color Cylindrical-coordinate representation of color #AFC497: hue angle of 88º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFC497 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB175196151-
CMYK0.1100.230.23
HSL88º27.61%68.04%-
HSV(B)88º22.96%76.86%-
XYZ43.0150.8336.82-
YUV184.59109.04121.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 196 (76.95% from 255) = 37.55%
BLUE value IS 151 (59.38% from 255) = 28.93%
R=33.52%
G=37.55%
B=28.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751961510.1100.230.238827.6168.04
HexAFC497B01717581c44
Octal257304227130272713034104
Binary1010111111000100100101111011010111101111011000111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC497; }

 p { color: rgb(175,196,151); }

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

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

 a { background-color: rgb(175,196,151); }

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

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

 span { border-color: rgb(175,196,151); }

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