#AFC399

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

Shades of Sprout #AFC399

Tints of Sprout #AFC399

Color information

#AFC399 (or 0xAFC399) is unknown color: approx Sprout. HEX triplet: AF, C3 and 99. RGB value is (175,195,153). Sum of RGB (Red+Green+Blue) = 175+195+153=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC399 is #503C66. Grayscale: #B8B8B8. Windows color (decimal): -5258343 or 10077103. OLE color: 10077103.

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

Color convert

RGB175195153-
CMYK0.1000.220.24
HSL88.57º25.93%68.24%-
HSV(B)88.57º21.54%76.47%-
XYZ42.9450.4437.61-
YUV184.23110.37121.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 195 (76.56% from 255) = 37.28%
BLUE value IS 153 (60.16% from 255) = 29.25%
R=33.46%
G=37.28%
B=29.25%

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
Decimal1751951530.1000.220.2488.5725.9368.24
HexAFC399A01618591a44
Octal257303231120263013132104
Binary1010111111000011100110011010010110110001011001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC399; }

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

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

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

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

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

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

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

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