#AFC89D

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

Shades of Sprout #AFC89D

Tints of Sprout #AFC89D

Color information

#AFC89D (or 0xAFC89D) is unknown color: approx Sprout. HEX triplet: AF, C8 and 9D. RGB value is (175,200,157). Sum of RGB (Red+Green+Blue) = 175+200+157=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC89D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC89D is #503762. Grayscale: #BBBBBB. Windows color (decimal): -5257059 or 10340527. OLE color: 10340527.

HSL color Cylindrical-coordinate representation of color #AFC89D: hue angle of 94.88º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFC89D is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB175200157-
CMYK0.1200.220.22
HSL94.88º28.1%70%-
HSV(B)94.88º21.5%78.43%-
XYZ44.4252.8639.76-
YUV187.62110.72119-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 200 (78.52% from 255) = 37.59%
BLUE value IS 157 (61.72% from 255) = 29.51%
R=32.89%
G=37.59%
B=29.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001570.1200.220.2294.8828.170
HexAFC89DC016165f1c46
Octal257310235140262613734106
Binary1010111111001000100111011100010110101101011111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC89D; }

 p { color: rgb(175,200,157); }

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

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

 a { background-color: rgb(175,200,157); }

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

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

 span { border-color: rgb(175,200,157); }

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