#AFC896

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

Shades of Sprout #AFC896

Tints of Sprout #AFC896

Color information

#AFC896 (or 0xAFC896) is unknown color: approx Sprout. HEX triplet: AF, C8 and 96. RGB value is (175,200,150). Sum of RGB (Red+Green+Blue) = 175+200+150=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC896 is #503769. Grayscale: #BBBBBB. Windows color (decimal): -5257066 or 9881775. OLE color: 9881775.

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

Color convert

RGB175200150-
CMYK0.1200.250.22
HSL90º31.25%68.63%-
HSV(B)90º25%78.43%-
XYZ43.8452.6236.7-
YUV186.82107.22119.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 200 (78.52% from 255) = 38.10%
BLUE value IS 150 (58.98% from 255) = 28.57%
R=33.33%
G=38.10%
B=28.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001500.1200.250.229031.2568.63
HexAFC896C019165a1f45
Octal257310226140312613237105
Binary1010111111001000100101101100011001101101011010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC896; }

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

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

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

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

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

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

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

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