#AFC19E

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

Shades of Sprout #AFC19E

Tints of Sprout #AFC19E

Color information

#AFC19E (or 0xAFC19E) is unknown color: approx Sprout. HEX triplet: AF, C1 and 9E. RGB value is (175,193,158). Sum of RGB (Red+Green+Blue) = 175+193+158=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC19E is #503E61. Grayscale: #B7B7B7. Windows color (decimal): -5258850 or 10404271. OLE color: 10404271.

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

Color convert

RGB175193158-
CMYK0.0900.180.24
HSL90.86º22.01%68.82%-
HSV(B)90.86º18.13%75.69%-
XYZ42.9249.7239.68-
YUV183.63113.54121.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 193 (75.78% from 255) = 36.69%
BLUE value IS 158 (62.11% from 255) = 30.04%
R=33.27%
G=36.69%
B=30.04%

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
Decimal1751931580.0900.180.2490.8622.0168.82
HexAFC19E9012185b1645
Octal257301236110223013326105
Binary1010111111000001100111101001010010110001011011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC19E; }

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

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

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

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

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

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

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

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