#AFC997

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

Shades of Sprout #AFC997

Tints of Sprout #AFC997

Color information

#AFC997 (or 0xAFC997) is unknown color: approx Sprout. HEX triplet: AF, C9 and 97. RGB value is (175,201,151). Sum of RGB (Red+Green+Blue) = 175+201+151=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC997 is #503668. Grayscale: #BBBBBB. Windows color (decimal): -5256809 or 9947567. OLE color: 9947567.

HSL color Cylindrical-coordinate representation of color #AFC997: hue angle of 91.2º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFC997 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB175201151-
CMYK0.1300.250.21
HSL91.2º31.65%69.02%-
HSV(B)91.2º24.88%78.82%-
XYZ44.1553.1237.2-
YUV187.53107.39119.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 201 (78.91% from 255) = 38.14%
BLUE value IS 151 (59.38% from 255) = 28.65%
R=33.21%
G=38.14%
B=28.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752011510.1300.250.2191.231.6569.02
HexAFC997D019155b2045
Octal257311227150312513340105
Binary10101111110010011001011111010110011010110110111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC997; }

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

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

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

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

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

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

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

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