#AFC19D

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

Shades of Sprout #AFC19D

Tints of Sprout #AFC19D

Color information

#AFC19D (or 0xAFC19D) is unknown color: approx Sprout. HEX triplet: AF, C1 and 9D. RGB value is (175,193,157). Sum of RGB (Red+Green+Blue) = 175+193+157=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC19D is #503E62. Grayscale: #B7B7B7. Windows color (decimal): -5258851 or 10338735. OLE color: 10338735.

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

Color convert

RGB175193157-
CMYK0.0900.190.24
HSL90º22.5%68.63%-
HSV(B)90º18.65%75.69%-
XYZ42.8349.6939.23-
YUV183.51113.04121.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 193 (75.78% from 255) = 36.76%
BLUE value IS 157 (61.72% from 255) = 29.90%
R=33.33%
G=36.76%
B=29.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751931570.0900.190.249022.568.63
HexAFC19D9013185a1745
Octal257301235110233013227105
Binary1010111111000001100111011001010011110001011010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC19D; }

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

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

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

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

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

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

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

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