#AFC496

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

Shades of Sprout #AFC496

Tints of Sprout #AFC496

Color information

#AFC496 (or 0xAFC496) is unknown color: approx Sprout. HEX triplet: AF, C4 and 96. RGB value is (175,196,150). Sum of RGB (Red+Green+Blue) = 175+196+150=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC496 is #503B69. Grayscale: #B8B8B8. Windows color (decimal): -5258090 or 9880751. OLE color: 9880751.

HSL color Cylindrical-coordinate representation of color #AFC496: hue angle of 87.39º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFC496 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB175196150-
CMYK0.1100.230.23
HSL87.39º28.05%67.84%-
HSV(B)87.39º23.47%76.86%-
XYZ42.9250.836.4-
YUV184.48108.54121.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 196 (76.95% from 255) = 37.62%
BLUE value IS 150 (58.98% from 255) = 28.79%
R=33.59%
G=37.62%
B=28.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751961500.1100.230.2387.3928.0567.84
HexAFC496B01717571c44
Octal257304226130272712734104
Binary1010111111000100100101101011010111101111010111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC496; }

 p { color: rgb(175,196,150); }

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

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

 a { background-color: rgb(175,196,150); }

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

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

 span { border-color: rgb(175,196,150); }

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