#AFC590

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

Shades of Sprout #AFC590

Tints of Sprout #AFC590

Color information

#AFC590 (or 0xAFC590) is unknown color: approx Sprout. HEX triplet: AF, C5 and 90. RGB value is (175,197,144). Sum of RGB (Red+Green+Blue) = 175+197+144=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC590 is #503A6F. Grayscale: #B8B8B8. Windows color (decimal): -5257840 or 9487791. OLE color: 9487791.

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

Color convert

RGB175197144-
CMYK0.1100.270.23
HSL84.91º31.36%66.86%-
HSV(B)84.91º26.9%77.25%-
XYZ42.6851.0633.99-
YUV184.38105.21121.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 197 (77.34% from 255) = 38.18%
BLUE value IS 144 (56.64% from 255) = 27.91%
R=33.91%
G=38.18%
B=27.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751971440.1100.270.2384.9131.3666.86
HexAFC590B01B17551f43
Octal257305220130332712537103
Binary1010111111000101100100001011011011101111010101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC590; }

 p { color: rgb(175,197,144); }

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

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

 a { background-color: rgb(175,197,144); }

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

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

 span { border-color: rgb(175,197,144); }

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