#AFC297

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

Shades of Sprout #AFC297

Tints of Sprout #AFC297

Color information

#AFC297 (or 0xAFC297) is unknown color: approx Sprout. HEX triplet: AF, C2 and 97. RGB value is (175,194,151). Sum of RGB (Red+Green+Blue) = 175+194+151=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC297 is #503D68. Grayscale: #B7B7B7. Windows color (decimal): -5258601 or 9945775. OLE color: 9945775.

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

Color convert

RGB175194151-
CMYK0.1000.220.24
HSL86.51º26.06%67.65%-
HSV(B)86.51º22.16%76.08%-
XYZ42.5649.9336.67-
YUV183.42109.71122-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 194 (76.17% from 255) = 37.31%
BLUE value IS 151 (59.38% from 255) = 29.04%
R=33.65%
G=37.31%
B=29.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751941510.1000.220.2486.5126.0667.65
HexAFC297A01618571a44
Octal257302227120263012732104
Binary1010111111000010100101111010010110110001010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC297; }

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

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

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

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

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

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

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

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