#AFD099

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

Shades of Sprout #AFD099

Tints of Sprout #AFD099

Color information

#AFD099 (or 0xAFD099) is unknown color: approx Sprout. HEX triplet: AF, D0 and 99. RGB value is (175,208,153). Sum of RGB (Red+Green+Blue) = 175+208+153=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD099 is #502F66. Grayscale: #C0C0C0. Windows color (decimal): -5255015 or 10080431. OLE color: 10080431.

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

Color convert

RGB175208153-
CMYK0.1600.260.18
HSL96º36.91%70.78%-
HSV(B)96º26.44%81.57%-
XYZ45.9856.5338.62-
YUV191.86106.07115.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.65%
GREEN value IS 208 (81.64% from 255) = 38.81%
BLUE value IS 153 (60.16% from 255) = 28.54%
R=32.65%
G=38.81%
B=28.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752081530.1600.260.189636.9170.78
HexAFD0991001A12602547
Octal257320231200322214045107
Binary101011111101000010011001100000110101001011000001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD099; }

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

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

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

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

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

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

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

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