#AFC19F

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

Shades of Sprout #AFC19F

Tints of Sprout #AFC19F

Color information

#AFC19F (or 0xAFC19F) is unknown color: approx Sprout. HEX triplet: AF, C1 and 9F. RGB value is (175,193,159). Sum of RGB (Red+Green+Blue) = 175+193+159=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC19F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC19F is #503E60. Grayscale: #B7B7B7. Windows color (decimal): -5258849 or 10469807. OLE color: 10469807.

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

Color convert

RGB175193159-
CMYK0.0900.180.24
HSL91.76º21.52%69.02%-
HSV(B)91.76º17.62%75.69%-
XYZ43.0149.7640.14-
YUV183.74114.04121.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 193 (75.78% from 255) = 36.62%
BLUE value IS 159 (62.5% from 255) = 30.17%
R=33.21%
G=36.62%
B=30.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751931590.0900.180.2491.7621.5269.02
HexAFC19F9012185c1645
Octal257301237110223013426105
Binary1010111111000001100111111001010010110001011100101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC19F; }

 p { color: rgb(175,193,159); }

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

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

 a { background-color: rgb(175,193,159); }

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

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

 span { border-color: rgb(175,193,159); }

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