#AFC897

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

Shades of Sprout #AFC897

Tints of Sprout #AFC897

Color information

#AFC897 (or 0xAFC897) is unknown color: approx Sprout. HEX triplet: AF, C8 and 97. RGB value is (175,200,151). Sum of RGB (Red+Green+Blue) = 175+200+151=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC897 is #503768. Grayscale: #BBBBBB. Windows color (decimal): -5257065 or 9947311. OLE color: 9947311.

HSL color Cylindrical-coordinate representation of color #AFC897: hue angle of 90.61º 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 #AFC897 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB175200151-
CMYK0.1200.240.22
HSL90.61º30.82%68.82%-
HSV(B)90.61º24.5%78.43%-
XYZ43.9252.6637.13-
YUV186.94107.72119.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 200 (78.52% from 255) = 38.02%
BLUE value IS 151 (59.38% from 255) = 28.71%
R=33.27%
G=38.02%
B=28.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001510.1200.240.2290.6130.8268.82
HexAFC897C018165b1f45
Octal257310227140302613337105
Binary1010111111001000100101111100011000101101011011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC897; }

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

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

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

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

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

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

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

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