#AFC19A

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

Shades of Sprout #AFC19A

Tints of Sprout #AFC19A

Color information

#AFC19A (or 0xAFC19A) is unknown color: approx Sprout. HEX triplet: AF, C1 and 9A. RGB value is (175,193,154). Sum of RGB (Red+Green+Blue) = 175+193+154=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC19A is #503E65. Grayscale: #B7B7B7. Windows color (decimal): -5258854 or 10142127. OLE color: 10142127.

HSL color Cylindrical-coordinate representation of color #AFC19A: hue angle of 87.69º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC19A is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB175193154-
CMYK0.0900.200.24
HSL87.69º23.93%68.04%-
HSV(B)87.69º20.21%75.69%-
XYZ42.5849.5937.9-
YUV183.17111.54122.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 193 (75.78% from 255) = 36.97%
BLUE value IS 154 (60.55% from 255) = 29.50%
R=33.52%
G=36.97%
B=29.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751931540.0900.200.2487.6923.9368.04
HexAFC19A901418581844
Octal257301232110243013030104
Binary1010111111000001100110101001010100110001011000110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC19A; }

 p { color: rgb(175,193,154); }

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

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

 a { background-color: rgb(175,193,154); }

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

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

 span { border-color: rgb(175,193,154); }

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