#AFC898

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

Shades of Sprout #AFC898

Tints of Sprout #AFC898

Color information

#AFC898 (or 0xAFC898) is unknown color: approx Sprout. HEX triplet: AF, C8 and 98. RGB value is (175,200,152). Sum of RGB (Red+Green+Blue) = 175+200+152=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC898 is #503767. Grayscale: #BBBBBB. Windows color (decimal): -5257064 or 10012847. OLE color: 10012847.

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

Color convert

RGB175200152-
CMYK0.1200.240.22
HSL91.25º30.38%69.02%-
HSV(B)91.25º24%78.43%-
XYZ4452.6937.56-
YUV187.05108.22119.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 152 (59.77% from 255) = 28.84%
R=33.21%
G=37.95%
B=28.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001520.1200.240.2291.2530.3869.02
HexAFC898C018165b1e45
Octal257310230140302613336105
Binary1010111111001000100110001100011000101101011011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC898; }

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

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

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

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

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

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

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

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