#AFD097

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

Shades of Sprout #AFD097

Tints of Sprout #AFD097

Color information

#AFD097 (or 0xAFD097) is unknown color: approx Sprout. HEX triplet: AF, D0 and 97. RGB value is (175,208,151). Sum of RGB (Red+Green+Blue) = 175+208+151=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD097 is #502F68. Grayscale: #BFBFBF. Windows color (decimal): -5255017 or 9949359. OLE color: 9949359.

HSL color Cylindrical-coordinate representation of color #AFD097: hue angle of 94.74º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFD097 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB175208151-
CMYK0.1600.270.18
HSL94.74º37.75%70.39%-
HSV(B)94.74º27.4%81.57%-
XYZ45.8256.4637.76-
YUV191.64105.07116.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 208 (81.64% from 255) = 38.95%
BLUE value IS 151 (59.38% from 255) = 28.28%
R=32.77%
G=38.95%
B=28.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752081510.1600.270.1894.7437.7570.39
HexAFD0971001B125f2646
Octal257320227200332213746106
Binary101011111101000010010111100000110111001010111111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD097; }

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

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

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

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

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

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

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

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