#AFC693

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

Shades of Sprout #AFC693

Tints of Sprout #AFC693

Color information

#AFC693 (or 0xAFC693) is unknown color: approx Sprout. HEX triplet: AF, C6 and 93. RGB value is (175,198,147). Sum of RGB (Red+Green+Blue) = 175+198+147=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC693 is #50396C. Grayscale: #B9B9B9. Windows color (decimal): -5257581 or 9684655. OLE color: 9684655.

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

Color convert

RGB175198147-
CMYK0.1200.260.22
HSL87.06º30.91%67.65%-
HSV(B)87.06º25.76%77.65%-
XYZ43.1451.6135.29-
YUV185.31106.38120.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 198 (77.73% from 255) = 38.08%
BLUE value IS 147 (57.81% from 255) = 28.27%
R=33.65%
G=38.08%
B=28.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751981470.1200.260.2287.0630.9167.65
HexAFC693C01A16571f44
Octal257306223140322612737104
Binary1010111111000110100100111100011010101101010111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC693; }

 p { color: rgb(175,198,147); }

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

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

 a { background-color: rgb(175,198,147); }

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

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

 span { border-color: rgb(175,198,147); }

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