#AFCF9A

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

Shades of Sprout #AFCF9A

Tints of Sprout #AFCF9A

Color information

#AFCF9A (or 0xAFCF9A) is unknown color: approx Sprout. HEX triplet: AF, CF and 9A. RGB value is (175,207,154). Sum of RGB (Red+Green+Blue) = 175+207+154=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCF9A is #503065. Grayscale: #BFBFBF. Windows color (decimal): -5255270 or 10145711. OLE color: 10145711.

HSL color Cylindrical-coordinate representation of color #AFCF9A: hue angle of 96.23º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFCF9A is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB175207154-
CMYK0.1500.260.19
HSL96.23º35.57%70.78%-
HSV(B)96.23º25.6%81.18%-
XYZ45.8256.0738.98-
YUV191.39106.9116.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.65%
GREEN value IS 207 (81.25% from 255) = 38.62%
BLUE value IS 154 (60.55% from 255) = 28.73%
R=32.65%
G=38.62%
B=28.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752071540.1500.260.1996.2335.5770.78
HexAFCF9AF01A13602447
Octal257317232170322314044107
Binary10101111110011111001101011110110101001111000001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCF9A; }

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

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

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

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

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

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

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

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