#AFC89E

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

Shades of Sprout #AFC89E

Tints of Sprout #AFC89E

Color information

#AFC89E (or 0xAFC89E) is unknown color: approx Sprout. HEX triplet: AF, C8 and 9E. RGB value is (175,200,158). Sum of RGB (Red+Green+Blue) = 175+200+158=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC89E is #503761. Grayscale: #BBBBBB. Windows color (decimal): -5257058 or 10406063. OLE color: 10406063.

HSL color Cylindrical-coordinate representation of color #AFC89E: hue angle of 95.71º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFC89E is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB175200158-
CMYK0.1200.210.22
HSL95.71º27.63%70.2%-
HSV(B)95.71º21%78.43%-
XYZ44.5152.8940.21-
YUV187.74111.22118.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.83%
GREEN value IS 200 (78.52% from 255) = 37.52%
BLUE value IS 158 (62.11% from 255) = 29.64%
R=32.83%
G=37.52%
B=29.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001580.1200.210.2295.7127.6370.2
HexAFC89EC01516601c46
Octal257310236140252614034106
Binary1010111111001000100111101100010101101101100000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC89E; }

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

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

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

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

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

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

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

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