#AFC893

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

Shades of Sprout #AFC893

Tints of Sprout #AFC893

Color information

#AFC893 (or 0xAFC893) is unknown color: approx Sprout. HEX triplet: AF, C8 and 93. RGB value is (175,200,147). Sum of RGB (Red+Green+Blue) = 175+200+147=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC893 is #50376C. Grayscale: #BABABA. Windows color (decimal): -5257069 or 9685167. OLE color: 9685167.

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

Color convert

RGB175200147-
CMYK0.1200.260.22
HSL88.3º32.52%68.04%-
HSV(B)88.3º26.5%78.43%-
XYZ43.652.5335.44-
YUV186.48105.72119.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 200 (78.52% from 255) = 38.31%
BLUE value IS 147 (57.81% from 255) = 28.16%
R=33.52%
G=38.31%
B=28.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001470.1200.260.2288.332.5268.04
HexAFC893C01A16582144
Octal257310223140322613041104
Binary10101111110010001001001111000110101011010110001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC893; }

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

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

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

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

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

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

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

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