#AFC490

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

Shades of Sprout #AFC490

Tints of Sprout #AFC490

Color information

#AFC490 (or 0xAFC490) is unknown color: approx Sprout. HEX triplet: AF, C4 and 90. RGB value is (175,196,144). Sum of RGB (Red+Green+Blue) = 175+196+144=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC490 is #503B6F. Grayscale: #B7B7B7. Windows color (decimal): -5258096 or 9487535. OLE color: 9487535.

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

Color convert

RGB175196144-
CMYK0.1100.270.23
HSL84.23º30.59%66.67%-
HSV(B)84.23º26.53%76.86%-
XYZ42.4550.6133.92-
YUV183.79105.54121.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 196 (76.95% from 255) = 38.06%
BLUE value IS 144 (56.64% from 255) = 27.96%
R=33.98%
G=38.06%
B=27.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751961440.1100.270.2384.2330.5966.67
HexAFC490B01B17541f43
Octal257304220130332712437103
Binary1010111111000100100100001011011011101111010100111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC490; }

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

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

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

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

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

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

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

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