#AFC894

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

Shades of Sprout #AFC894

Tints of Sprout #AFC894

Color information

#AFC894 (or 0xAFC894) is unknown color: approx Sprout. HEX triplet: AF, C8 and 94. RGB value is (175,200,148). Sum of RGB (Red+Green+Blue) = 175+200+148=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC894 is #50376B. Grayscale: #BABABA. Windows color (decimal): -5257068 or 9750703. OLE color: 9750703.

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

Color convert

RGB175200148-
CMYK0.1200.260.22
HSL88.85º32.1%68.24%-
HSV(B)88.85º26%78.43%-
XYZ43.6852.5635.86-
YUV186.6106.22119.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 200 (78.52% from 255) = 38.24%
BLUE value IS 148 (58.20% from 255) = 28.30%
R=33.46%
G=38.24%
B=28.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001480.1200.260.2288.8532.168.24
HexAFC894C01A16592044
Octal257310224140322613140104
Binary10101111110010001001010011000110101011010110011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC894; }

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

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

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

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

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

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

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

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